plot & errorbar: does exist a function that plot many series of data with error bars?
Ältere Kommentare anzeigen
I know that with plot I can "draw" different series of data plot(X,Y,...,Xn,Yn); and with errorbar I can put error bars on a single serie of data errorbar(X,Y,errors); but how I can put error bars on many series of data?
Akzeptierte Antwort
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!