Plotting two series of dicreet points with errorbars (std. dev.) on Y and X
2 ビュー (過去 30 日間)
古いコメントを表示
I'd like to plot Y1 and Y2 with errorbars, against X (same X for both series) with X errorbars too.
The plot needs to be log-log with a 1:1 refline. Any ideas how I can go about this?
I've tried numerous methods - plotyy with call to errorbar, basic plot, plot and then plot again with hold on. etc etc.
One of the main problems I'm having is the joining of errorbars. I would like discrete points with a simple errorbar in x and y at each point.
Thanks, Dom.
0 件のコメント
採用された回答
その他の回答 (1 件)
Venn Ravichandran
2011 年 6 月 22 日
Have you tried errorbarbar, barweb, or barerrorbar along with a line command to get your error bar along the x-axis?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Errorbars についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!