Guys how can i plot horizontal errorbar in matlab R2010a i did the vertical but can anyone help me in horizontal please ....
this is my example :
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')
figure(3)
errorbar(C(:,2),C(:,3),C(:,7),'.b')
title('error bar for dz')