Community Profile

photo

Raj Gopal Mishra


Last seen: 4年弱 前 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年弱 前 | 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年弱 前 | 1

| 採用済み