help-octave
[Top][All Lists]
Advanced

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

Re: 3d Plot


From: Doug Stewart
Subject: Re: 3d Plot
Date: Fri, 10 Jul 2015 21:57:56 -0400



On Fri, Jul 10, 2015 at 9:25 PM, tmacchant <address@hidden> wrote:
xx and yy is generated by u and v so that they are not appropriate for mesh
seeing gnuplot example. Questioner wants plot against X and Y mesh.

I am writing from my smart phone and I cannot use octave.

Tatsuro



try #2

[xx,yy]=meshgrid(real(X),real(Y));
Z=z(xx,yy);
mesh(xx,yy,real(Z)) 



--
View this message in context: http://octave.1599824.n4.nabble.com/3d-Plot-tp4671552p4671556.html
Sent from the Octave - General mailing list archive at Nabble.com.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



--
DASCertificate for 206392


reply via email to

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