many plots within one plot using functions to draw the plots
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I am using a script to read different excel sheets and within this script I am using a funtion to plot my excel data.
For every data sheet I get a plot graph.
Now, my question is, how do I put all these plot graphs into one single plot graph?
Thanks for the help!
0 件のコメント
回答 (1 件)
madhan ravi
2018 年 11 月 15 日
編集済み: madhan ravi
2018 年 11 月 15 日
use
hold on %after plot command
3 件のコメント
madhan ravi
2018 年 11 月 15 日
it should be used after the first plot command as mentioned in the answer
参考
カテゴリ
Help Center および File Exchange で Bar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!