5 Downloads
Updated 12 Jul 2004
No License
The function plots x and y data with errorbars for both.
syntax:
>xyerrorbar(x,y,xerror,yerror,s)
variables:
x=array of xdata
y=array of ydata
xerror=array of errors for x
yerror=array of errors for y
s=string argument for plotting the datapoints, The errorbars are plotted in red and blue
limitations:
Needs a figure to plot in.
errorbars are symmetrical, that means that the function plots [x-xerror x+xerror] and [y-yerror y+yerror].
x,y,xerror,yerror must all be arrays.
Nils Sjöberg (2021). xyerrorbar (https://www.mathworks.com/matlabcentral/fileexchange/5444-xyerrorbar), MATLAB Central File Exchange. Retrieved .
Inspired: errbar, errorbarxy, superbar
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Worked perfectly well at the first try, thank you!
Useful tool, thanks.
Nice work except for a minor bug.
Did exactly what I needed to do for today. Thanks for the function.
Great tool. very helpful. thanks for upload