How to combine multiple curve fits in one plot

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)

Use
hold on
after plotting the first figure

2 Comments

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.
You will need to upload the code you used to generate the plots.

Sign in to comment.

Categories

Asked:

on 14 Jan 2023

Commented:

on 16 Jan 2023

Community Treasure Hunt

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

Start Hunting!