help-octave
[Top][All Lists]
Advanced

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

3 D plot


From: asha g
Subject: 3 D plot
Date: Wed, 14 Mar 2012 17:25:10 +0800 (SGT)


 I am using Octave 3.2 with Ubuntu OS and am trying to plot a 3 D plot either with mesh or surf. 
I have written:

x = linspace ( 0,tmax,niter)
z = linspace (0,X,N)
y = vvvv(niter,N)
[xx,zz] = meshgrid(x,z)
mesh(xx,y,zz)
surf(vvvv)

I  get nothing. 

Please help.  You can use your values for X,N,tmas, niter etc 

Thanks
Asha 
 
 
 
 
Goals too clearly defined can become blinkers.
Mary Catherine Bateson

reply via email to

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