How to combine multiple curve fits in one plot

7 views (last 30 days)
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.

Answers (1)

Alan Stevens
Alan Stevens on 14 Jan 2023
Use
hold on
after plotting the first figure
  2 Comments
Shree Pannaga
Shree Pannaga on 16 Jan 2023
Hello Dear Alan Stevens,
It is a plot generated during curve fotting process. I want all of them in single plot. I have generated curve fitting seperartely. Please help me out. I needed it very urgently.
Alan Stevens
Alan Stevens on 16 Jan 2023
You will need to upload the code you used to generate the plots.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!