how do I plot different polyfit(x,y,5) onto the same graph?

I have 12 different ployfit(x,y,5) functions and I want to put them onto a single graph. how can I write my code?

Answers (1)

Use hold on. Or save them into a matrix and plot. Read about plot, hold on.

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Products

Asked:

on 9 Dec 2020

Answered:

on 9 Dec 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!