help-octave
[Top][All Lists]
Advanced

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

Re: Plotting mesh plots


From: asha g
Subject: Re: Plotting mesh plots
Date: Wed, 28 May 2008 01:24:48 -0700 (PDT)

V is voltage and is generated through the program. 
What does surface mean in the error? And all three
must be in the same dimensions ???
Asha


--- Thomas Weber <address@hidden> wrote:

> 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
> 
> 


 
   
   
   
  Goals too clearly defined can become blinkers. 
  Mary Catherine Bateson 



      


reply via email to

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