help-octave
[Top][All Lists]
Advanced

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

Re: 3D plot from a matrix


From: guido.bonalumi
Subject: Re: 3D plot from a matrix
Date: Thu, 15 May 2014 06:37:41 -0700 (PDT)

Thank you for the tips... Can you be more specific about what your code does?
In particular I am interested in these three lines:

/ [XX YY]=meshgrid(X,Y);
 Z=XX.^2+YY.^2; %dummy data to plot.
 surf(XX,YY,Z)/

Thanks again!



--
View this message in context: 
http://octave.1599824.n4.nabble.com/3D-plot-from-a-matrix-tp4664087p4664092.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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