How i can multiple plots do that are curves with basic fitting?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have tried to multiple plots to do them curves but if i do one and want another then first one disappears. Is there some solution in matlab function to do that are multiple or isn't at all possible? This is what i want to do:

I would like that i have for the green plot curve like for the blue (i would like to have one more quadratic for green). Thank you in advance for answers.
0 件のコメント
回答 (1 件)
Walter Roberson
2014 年 1 月 23 日
After plotting the first one, give the command
hold on
and then plot more. When it is time to allow a new plot to overwrite what has gone before
hold off
参考
カテゴリ
Help Center および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!