help-octave
[Top][All Lists]
Advanced

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

Re: 3 D plot


From: asha g
Subject: Re: 3 D plot
Date: Thu, 15 Mar 2012 22:47:36 +0800 (SGT)

vvvv , vv1 and vv2 is not a constant. It varies with x( time) and slightly with z ( space).

attaching a 2 D plot of the same.
Asha
 
 
 
 
 
Goals too clearly defined can become blinkers.
Mary Catherine Bateson


From: Doug Stewart <address@hidden>
To: asha g <address@hidden>
Cc: Jordi Gutiérrez Hermoso <address@hidden>; "address@hidden" <address@hidden>
Sent: Thursday, 15 March 2012 3:48 PM
Subject: Re: 3 D plot



2012/3/15 asha g <address@hidden>
I also get this but no plot.
AG


ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
ans =  1
:


 
 
 

I tried to get a working set from your file


N=10;
niter = 6182;  
tmax=55;
l=400*10^-4;
r= 1.85*10^-4;% in cm
d = 2*r; % in cm

Ri=333.33;% ohms.cm
Cm = 1*(10^-6); % farad / cm^2
Rm = 20000;% ohms.cm^2
tau = ((Rm*10^-3)*Cm*10^6);% msec
f= 1/(2*pi*tau*(10^-3)); % Hz
lambda = (1/2)*(d/(pi*f*Ri*Cm))^(1/2);%cm

vvvv=randn(niter,N);
x= linspace(0,tmax,niter);
z = linspace(0,(l/lambda),N);
y = vvvv(1,:);
[xx,zz,yy]= meshgrid(x,z,y);
mesh(xx,zz,yy)

 
 
If you plot a constant then you plot will be all one color and have no height!
 
DAS

https://linuxcounter.net/user/206392.html


Attachment: cabunbact1aoct.eps
Description: PostScript document


reply via email to

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