統計
MATLAB Answers
3 質問
0 回答
ランク
of 176,117
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why doesn't my graph show?
>> x = 50e+12: 10e+12: 150e+12; >> y = (7.9)*(((2e+14)*x)./((4*x.^2)+(5e+12))); >> plot(x,y) i need this to plot ...
8年以上 前 | 0 件の回答 | 0
0
回答質問
What is wrong with my equation?
>> x = linspace(50e+12,150e+12,10); >> y = 10-(12.1-10)*((2e+14)*(x))./((4*((x).^2))+(5e+12)); >> plot(x,y) this should...
8年以上 前 | 0 件の回答 | 0
0
回答質問
Why is my graph not right?
Im trying to make this graph. I was unable to find symbols so I just used numbers for most of the equation (the first one). I ne...
8年以上 前 | 1 件の回答 | 0
