How to plot figure for multiple values
24 次查看(过去 30 天)
显示 更早的评论
Hi all
I have 15 numbers.mat files , I calculate the max ,mean and min for each one.
My question is how to plot the max,mean and min as the figure below?

6 个评论
采纳的回答
更多回答(1 个)
Andrew Reibold
2014-9-9
When a figure is open, use
hold on
before plotting to keep putting more plots on the same figure
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!