Menu

#1 can't plot at all

open
nobody
5
2004-12-09
2004-12-09
Anonymous
No

Hello, I have configured and compiled the source, when
I change directory to src and run the example-commands
from the README-file, I get this output:

octave:1> setup_octplot
octave:2> h=plot(sin( (0:10000)/10000*2*pi),"b-");
error: invalid use of end
error: invalid value in colon expression
error: evaluating colon expression near line -1 column -1
error: evaluating argument list element number 1
error: evaluating argument list element number 3
error: evaluating assignment expression near line 40,
column 8
error: evaluating for command near line 39, column 3
error: called from `get' in file `/root/octplot/src/get.m'
error: evaluating assignment expression near line 22,
column 7
error: called from `gcf' in file `/root/octplot/src/gcf.m'
error: evaluating assignment expression near line 27,
column 6
error: called from `gca' in file `/root/octplot/src/gca.m'
error: evaluating assignment expression near line 112,
column 6
error: called from `plot' in file
`/root/octplot/src/plot.m'
error: evaluating assignment expression near line 2,
column 2

What am I doing wrong? I use the released octplot 0.2.0
and octave version 2.1.60

Best Regards, David

Discussion


Log in to post a comment.