help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

possible bug


From: Gorazd Brumen
Subject: possible bug
Date: Thu, 23 Feb 2006 19:22:56 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

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: address@hidden
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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]