How to plot figure for multiple values
74 views (last 30 days)
Show older comments
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?

Accepted Answer
More Answers (1)
Andrew Reibold
on 9 Sep 2014
When a figure is open, use
hold on
before plotting to keep putting more plots on the same figure
0 Comments
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!