how do I plot different polyfit(x,y,5) onto the same graph?
1 view (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
KSSV
on 9 Dec 2020
Use hold on. Or save them into a matrix and plot. Read about plot, hold on.
0 Comments
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!