many plots within one plot using functions to draw the plots
古いコメントを表示
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!
回答 (1 件)
madhan ravi
2018 年 11 月 15 日
編集済み: madhan ravi
2018 年 11 月 15 日
use
hold on %after plot command
3 件のコメント
Josefina Ottitsch
2018 年 11 月 15 日
madhan ravi
2018 年 11 月 15 日
it should be used after the first plot command as mentioned in the answer
madhan ravi
2018 年 11 月 15 日
if it helped make sure to accept the answer else let know
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!