help-octave
[Top][All Lists]
Advanced

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

Re: 3 D plot


From: Jordi Gutiérrez Hermoso
Subject: Re: 3 D plot
Date: Thu, 15 Mar 2012 00:26:40 -0400

On 14 March 2012 05:25, asha g <address@hidden> wrote:
> 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.

Neither do I. Nothing wrong, I mean. I need to know the rest of your
values in order to diagnose what you might have. I also need to know
what kind "nothing" are you getting.

I am able to use mesh and surf fine, making up numbers on my own.

- Jordi G. H.


reply via email to

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