How to plot multiple curves in a figure?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I just wanted to ask how to plot a curve generated from a function multiple times in the same figure varying parameters each time i execute the function?? so that one can easily compare the effect of parameter variation. Plz help. Thnk you.
0 件のコメント
回答 (1 件)
Walter Roberson
2013 年 10 月 8 日
GeneratePlot(parameters1)
hold on
GeneratePlot(parameters2)
GeneratePlot(parameters3)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!