help-octave
[Top][All Lists]
Advanced

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

Re: Multidimensional arrays


From: Doug Stewart
Subject: Re: Multidimensional arrays
Date: Tue, 06 Nov 2007 06:07:55 -0500
User-agent: Thunderbird 1.5.0.13 (Windows/20070809)

asha g wrote:
Does Octave 2.9.12 have multidimensional arrays?
If so, where can I read up something and learn to use
them?
I have data which varies in 3D and was hoping to use
this and then plot 3 D figures.
Tips will be appreciated.
Thanks
Asha Goals too clearly defined can become blinkers. Mary Catherine Bateson

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave

Hi Asha.

Yes Octave does 3d
help mesh
should give you some ideas.

- Function File:  mesh (X, Y, Z)
    Plot a mesh given matrices X, and Y from `meshdom' and a matrix Z
    corresponding to the X and Y coordinates of the mesh.  If X and Y
    are vectors, then a typical vertex is (X(j), Y(i), Z(i,j)).
    Thus, columns of Z correspond to different X values and rows of Z
    correspond to different Y values.


doug





reply via email to

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