help-octave
[Top][All Lists]
Advanced

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

Re: OCTAVE: Is Array3 available as a 3D array datatype in Octave


From: Guido Dietz
Subject: Re: OCTAVE: Is Array3 available as a 3D array datatype in Octave
Date: Thu, 10 Jul 1997 08:44:10 +0200

 On Thu, 10 Jul 1997 01:31:14 -0500 you, "John W. Eaton", wrote:
> On  9-Jul-1997, Bryce Gardner <address@hidden> wrote:
> 
> | Just a thought on multidimensional arrays:
> | One way to extend octave to handle fairly complex multidimensional data
> | structures would be to allow arrays of structures.
> | 
> | a(1).a=[1,2;3,4];
> | a(2).a=[5,6;7,8];
> | 
> | and then a(2).a(1,2) would access the 6 and a(:).a(1,1) would be
> | [1;5] or [1,5].
> 
> The next major release of Octave (not any 2.0.x release) will support
> generic lists and more relaxed parsing of indexing operations, so this
> sort of thing should be possible.

I reckon some load and save features for structs would be worthfull before
...

G.

------------------------------------------------------------------AIA-RWTH--
            Guido Dietz                   Email:    address@hidden
Aerodynamisches Institut der RWTH-Aachen  WWW: http://www.aia.rwth-aachen.de
      Wuellnerstr. zw. 5 u. 7             Ftp:  ftp://ftp.aia.rwth-aachen.de
      D-52062 Aachen, Germany   Phone: +49-241-80-5426 Fax: +49-241-8888-257
----------------------------------------------------------------------------
Never eat more than you can lift.
                -- Miss Piggy
----------------------------------------------------------------------------



reply via email to

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