how do I plot different polyfit(x,y,5) onto the same graph?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
KSSV
am 9 Dez. 2020
Use hold on. Or save them into a matrix and plot. Read about plot, hold on.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!