Dear Users,
I have installed octave v 3.0.3 in /opt/octave_v303/....
I have made a polar plot and I want to change and add some things to the plot as 'grids' but I have some trouble doing so, cf. below:
octave:22> grid ("minor","on");
Invalid call to grid. Correct usage is:
-- Function File: grid (ARG) -- Function File: grid ("minor", ARG2)
Additional help for built-in functions and
operators is available in the on-line version of the manual. Use the command `doc <topic>' to search the manual index.
Help and information about Octave is also available on the WWW at http://www.octave.org and via the address@hidden
mailing list.
error: evaluating if command near line 45, column 3
error: called from `grid' in file `/usr/share/octave/3.0.1/m/plot/grid.m'
Is it me whom is doing something wrong or is there something wrong with the installation of octave?
When I do a search on my computer I find the grid.m file in both '/usr/share/octave/3.0.1/m/plot/' and in '/opt/octave_v303/share/octave/3.0.3/m/plot'. Since I installed octave version 3.0.3 I guess that the latter directory is the right one.
What could the problem here??????
/Per
|