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!