help-octave
[Top][All Lists]
Advanced

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

Re:


From: David Grohmann
Subject: Re:
Date: Mon, 10 Jul 2006 16:25:47 -0500
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Doug Stewart wrote:
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
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave
  
I assume she meant that she had data centered around the origin. But she wants to center it somewhere else. Therefore you would have to add the offset from the origin to the vectors she is graphing.

-- 
David Grohmann
Senior Student Associate
Applied Research Lab : UT Austin : ESL - S206
Office: 512-835-3237
Cell: 210-861-6882

reply via email to

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