From help-request at octave dot org Thu Feb 23 12:24:42 2006 Subject: possible bug From: Gorazd Brumen To: help at octave dot org Date: Thu, 23 Feb 2006 19:22:56 +0100 Hi list, is here below a bug or am I missing something? Octave version 2.1.71, original ubuntu package. cheerio, g. -------------------- octave:92> permut = [1;2;3;4;5] permut = 1 2 3 4 5 octave:93> gg = { {} } gg = { [1,1] = {} } octave:94> gg {1} = { permut (3) } gg = { [1,1] = { [1,1] = 1 2 3 4 5 [1,2] = 3 } } -- Gorazd Brumen Mail: brumen at isb dot unizh dot ch WWW: http://valjhun.fmf.uni-lj.si/~brumen PGP: Key at http://pgp.mit.edu, ID BCC93240 ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------