photo

Raj Gopal Mishra


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

查看徽章

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

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

4 years 前 | 1

| 已接受