
How i can plot two graphs in one figure?
1 回表示 (過去 30 日間)
古いコメントを表示
tell me about the simplest commnd to plot the two graphs in one figure.
0 件のコメント
採用された回答
madhan ravi
2018 年 12 月 29 日
編集済み: madhan ravi
2018 年 12 月 29 日
% an example
plot(1:10)
hold on
plot((1:10).^2)

1 件のコメント
madhan ravi
2018 年 12 月 29 日
If it's what you are looking for make sure to accept the answer else let know
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!