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

回答 (1 件)

the cyclist
the cyclist 2016 年 2 月 10 日

4 投票

One way:
figure
hold on
errorbar(x1,y1,e1,'linespec1')
errorbar(x2,y2,e2,'linespec2')
errorbar(x3,y3,e3,'linespec3')

カテゴリ

ヘルプ センター および File ExchangeErrorbars についてさらに検索

タグ

質問済み:

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