Raj Gopal Mishra
Followers: 0 Following: 0
Feeds
已回答
Plot Cubes in Matalb
Cube Plot X=linspace(-1,1,101); % Define point on x axis Y=ones(size(X)); % define points of y axis Z=Y;% define point on...
Plot Cubes in Matalb
Cube Plot X=linspace(-1,1,101); % Define point on x axis Y=ones(size(X)); % define points of y axis Z=Y;% define point on...
4 years 前 | 0
已回答
Plot 3D EM waves
t=0:pi/20:2*pi; w=2; ph=ones(size(t)); x=sin(w*t-k*ph); plot3([t fliplr(t)], [x zeros(size(x))], [zeros(size(t)) zeros(siz...
Plot 3D EM waves
t=0:pi/20:2*pi; w=2; ph=ones(size(t)); x=sin(w*t-k*ph); plot3([t fliplr(t)], [x zeros(size(x))], [zeros(size(t)) zeros(siz...
4 years 前 | 1
| 已接受