I want to plot some points that have error bars in axes x and y (like an error cross)
However the command
errorbar(x,y,l,u)
produces error bars of different lengths in y axis only
and i havent found an option related to this.
Could anyone help me?
Thanx in advance
|
|
0
|
|
|
|
Reply
|
Gus
|
11/1/2010 4:11:04 PM |
|
"Gus " <kostiskaz@gmail.com> wrote in message <iamoqn$5k$1@fred.mathworks.com>...
> I want to plot some points that have error bars in axes x and y (like an error cross)
>
> However the command
> errorbar(x,y,l,u)
> produces error bars of different lengths in y axis only
> and i havent found an option related to this.
>
> Could anyone help me?
> Thanx in advance
http://www.mathworks.com/matlabcentral/fileexchange/3963-herrorbar
enjoy
|
|
0
|
|
|
|
Reply
|
Robert
|
11/1/2010 7:12:04 PM
|
|