| Description |
usage: errorshade(x, y, errorx, errory, plot_option, shade_color)
Like errorbar, but instead of plotting bars, fills the the area enclosed by
[x-errorx x+errorx, y-yerror, y+yerror] with shade_color, and plots the x,y as a line or as indicated by plot_option.
The zip file includes a sample dataset toMatlab.mat, which contains variables x, y, errorx, errory.
sample usage:
errorshade2(x, y, errorx, errory) |