How do I change the width of the horizontal lines at top and bottom of error bars in my Errorbar plot?
Ältere Kommentare anzeigen
For example, how can I increase the width of each of the error bars in the following plot:
figure;
X = 0:pi/10:pi;
Y = sin(X);
E = std(Y)*ones(size(X));
errorbar(X,Y,E);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Errorbars finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!