How to draw errorbars for multiple data lines in a single plot.

답변 (1개)

the cyclist
the cyclist 2016년 2월 10일
One way:
figure
hold on
errorbar(x1,y1,e1,'linespec1')
errorbar(x2,y2,e2,'linespec2')
errorbar(x3,y3,e3,'linespec3')

카테고리

도움말 센터File Exchange에서 Errorbars에 대해 자세히 알아보기

태그

질문:

2016년 2월 9일

답변:

2016년 2월 10일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by