help-octave
[Top][All Lists]
Advanced

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

Re:


From: Doug Stewart
Subject: Re:
Date: Mon, 10 Jul 2006 15:49:13 -0500
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Elizabeth Paoletti wrote:
hello,
i need help plotting a mesh plot at a specific origin. what is the syntax for this? thank you
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave

Well -  the mesh command will plot whatever data you give it.


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

If you need more help then explain you problem more clearly. :-)

Doug Stewart


reply via email to

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