how to plot horizontal errorbar in matlab R2010a ? help please
how to plot horizontal errorbar in matlab R2010a ? help please
Please any one help, I can't plot a horizontal errorbar in matlab.
Example:
figure(1)
errorbar(C(:,2),C(:,3),C(:,5),'.b')
title('error bar for dx')
xlabel('x')
ylabel('y')
No comments:
Post a Comment