How to plot figure for multiple values
이전 댓글 표시
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?

채택된 답변
추가 답변 (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
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!