How to combine multiple curve fits in one plot

11 ビュー (過去 30 日間)
Shree Pannaga
Shree Pannaga 2023 年 1 月 14 日
コメント済み: Alan Stevens 2023 年 1 月 16 日
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.

回答 (1 件)

Alan Stevens
Alan Stevens 2023 年 1 月 14 日
Use
hold on
after plotting the first figure
  2 件のコメント
Shree Pannaga
Shree Pannaga 2023 年 1 月 16 日
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 2023 年 1 月 16 日
You will need to upload the code you used to generate the plots.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by