I'd like the octave errorbar function. A naive use of it gives:
warning: function name `get' does not agree with function file name `/usr/share/octplot/m/oget.m'
usage: set(hnd,prop,val[,prop,val])
error: evaluating if command near line 29, column 3
error: called from `oset' in file `/usr/share/octplot/m/oset.m'
error: evaluating if command near line 34, column 3
error: called from `axes' in file `/usr/share/octplot/m/axes.m'
usage: set(hnd,prop,val[,prop,val])
error: evaluating if command near line 29, column 3
error: called from `oset' in file `/usr/share/octplot/m/oset.m'
error: evaluating if command near line 34, column 3
error: called from `axes' in file `/usr/share/octplot/m/axes.m'
error: called from `errorbar' in file `/usr/share/octave/3.0.1/m/plot/errorbar.m'
error: near line 113 of file `OCTplot2010Optimal.m'
Hi
octplot is not compatible with octave 3.x.x.
Maybe you'll have better luck with a more current octave (3.2.x) and the built-in graphics which have improved greatly since 3.0
Shai