Jun Young Choi
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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