how can i plot horizontal errorbar in matlab R2010a
Show older comments
*_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')_*
Accepted Answer
More Answers (0)
Categories
Find more on Errorbars in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!