help-octave
[Top][All Lists]
Advanced

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

Re: Plotting mesh plots


From: Thomas Weber
Subject: Re: Plotting mesh plots
Date: Wed, 28 May 2008 08:58:02 +0200

On Tue, 2008-05-27 at 23:25 -0700, asha g wrote:
> I have the following code :
> N = 10; niter = 5; l= 6; t = niter* deltaT; deltaT = 0.008;

deltaT must be defined for the definition of 't'.

> x = linspace(0,l,N);
> y = linspace(0,t,niter);
> 
> [X,Y]= meshgrid(x,y);
> Z= V;
> mesh(X,Y,Z)

Eh, what is "V"?

        Thomas



reply via email to

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