From: Michael C. <mic...@ua...> - 2004-11-17 11:54:05
|
On Wednesday 17 November 2004 12:31, Michael Creel wrote: Hi again, I just wanted to point out another thing that seems funny - the counter does not move from octave:1> to octave:2> the first time analyze is run. What's up with that? > I've been having some problems with legend.m in the plot subdir. > > Running analyze.m (attached) gives the following: > > octave:1> analyze > error: invalid row index = 0 > error: evaluating argument list element number 1 > error: evaluating argument list element number 1 > error: evaluating prefix operator `!' near line 190, column 7 > error: if: error evaluating conditional expression > error: evaluating if command near line 190, column 3 > error: called from `legend' in file > `/usr/share/octave/2.1.60/site/m/octave-forge/plot/legend.m' > error: near line 11 of file `/home/mcreel/mpi_work/mle/analyze.m' > octave:1> analyze > warning: in fopen near line 55, column 3: > warning: fopen: default open mode is now binary > octave:2> > > |