help-octave
[Top][All Lists]
Advanced

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

list data structure


From: Gorazd Brumen
Subject: list data structure
Date: Wed, 08 Feb 2006 11:49:38 +0100
User-agent: Thunderbird 1.5 (X11/20051201)

Dear all,

I am wondering if there is something comparable to lists implemented in
octave. I need a structure that implements an object such as
{ {1,2}, {3,4}, {5}, {} } and can do some basic operations on it -
for example returning the length of the list (in this case 4) and
insert some elements (similar to what Append does in Mathematica(TM) ).

I have looked at the "structure" data type, but it would be a fuss
dealing with that.

Does anybody have a good suggestion?


Thanks and regards,
Gorazd


--
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]