photo

Jun Young Choi


Last seen: 約3年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Plot Graph with different b Values
b = [1/4, 1/2, 1, 2]; figure; for i=1:b M = 1/((1-r.^2).^2+b^2*r.^2); plot(r,M);hold on; end I want to plot a gr...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


Graph Multiple Functions in MATLAB
rr=140*(1-(0.02/r)^2)+140*(1-4*(0.02/r)^2+3*(0.02/r)^4)*cosd(2*theta); As for the equation above, I want to plot a graph for th...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How do we plot differential Equation
With theta1(0)=0.1, theta2(0)=0.3, theta3(0)=0.2 , I have to plot the solution in the range of [0.1] all in one graph. I have...

約4年 前 | 1 件の回答 | 0

1

回答