help-octave
[Top][All Lists]
Advanced

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

Re: Reshape: more than 2 dimensions?


From: Daniel Heiserer
Subject: Re: Reshape: more than 2 dimensions?
Date: Fri, 13 Aug 1999 08:28:11 +0200

address@hidden wrote:
> 
> Is there a way to load in a file of data that has 3-axis (x,y,z) of data?
> Reshape only let's me work with 2 dimensions (x,y).
> 
> Thanks.

No. Not the way you think. Octave has no datatype, which has more than
two dimensions.
You can load it and put it in a 1D array.
Acess the elements via "pointers":


-- 
Mit freundlichen Gruessen
                                 Daniel Heiserer
-----
--------------------------------------------------------------
Dipl.-Phys. Daniel Heiserer, BMW AG, Knorrstrasse 147, 80788 Muenchen
Abteilung EK-20
Tel.: 089-382-21187, Fax.: 089-382-42820
mailto:address@hidden



---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.  To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------



reply via email to

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