1 Oct 2004 18:19
plot(x) kills octave when x is N-dimensional
Quentin Spencer <qspencer <at> ieee.org>
2004-10-01 16:19:43 GMT
2004-10-01 16:19:43 GMT
Bug report for Octave 2.1.60 (CVS) configured for i686-pc-linux-gnu Description: ----------- Calling the "plot" command with a single array argument kills octave when the array has larger then 2 dimensions. The output from an example is included below. Repeat-By: --------- octave:1> x=ones(2,3,1); octave:2> plot(x) Warning: empty y range [1:1], adjusting to [0.99:1.01] octave:3> x=ones(2,3,4); octave:4> plot(x) octave: ../liboctave/dim-vector.h:104: int& dim_vector::dim_vector_rep::elem(int): Assertion `i >= 0 && i < ndims' failed. panic: Aborted -- stopping myself... attempting to save variables to `octave-core'... Warning: empty y range [1:1], adjusting to [0.99:1.01] Warning: empty y range [1:1], adjusting to [0.99:1.01] save to `octave-core' complete Aborted Fix: ---(Continue reading)
RSS Feed