how can i plot horizontal errorbar in matlab R2010a

*_hi Guys.. how can i plot horizontal errorbar in matlab R2010a?? My Code:
figure(1)
errorbar(C(:,2),C(:,3),C(:,5),'.b')
title('error bar for dx')
xlabel('x')
ylabel('y')
figure(2)
errorbar(C(:,2),C(:,3),C(:,6),'.b')
title('error bar for dy')
xlabel('x')
ylabel('y')
figure(3)
errorbar(C(:,2),C(:,3),C(:,7),'.b')
title('error bar for dz')
xlabel('x')
ylabel('y')_*

 採用された回答

the cyclist
the cyclist 2013 年 8 月 27 日

1 投票

MATLAB doesn't supply that functionality, to my knowledge. You could use this submission to the File Exchange:

2 件のコメント

Hassan
Hassan 2013 年 8 月 27 日
i try to use this one but this function not in the function list !
can i add a new function ? and if yes... how ?
the cyclist
the cyclist 2013 年 8 月 27 日
You need to click on the "Download Submission" button on the page, unzip the file, and put the file(s) in your MATLAB path.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by