How to combine multiple curve fits in one plot
Afficher commentaires plus anciens
Hi, this is my first study in Matlab. I have used "cftool" function, and have plotted these four figures. "x", which is "Cycle Ratio". What I want to do is combine these four figures in one plot. x is cycle ratio which varies from 0 to 1 and y axis will extend to maximum y value. Briefly, I want to see all points and their fits in one graph. What am I supposed to do? For reference I am attaching one plot. I have four such plots and I want all four graphs in one plot which is shown in figure. I want these four graphs in one plot.

Please Reply ASAP.
Thanks in advance.
Réponses (1)
Alan Stevens
le 14 Jan 2023
Use
hold on
after plotting the first figure
2 commentaires
Shree Pannaga
le 16 Jan 2023
Alan Stevens
le 16 Jan 2023
You will need to upload the code you used to generate the plots.
Catégories
En savoir plus sur Interpolation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!