統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,498
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Using MATLAB, calculate a sum from within a script, by adding the individual elements together
I can do the sum generally on matlab but I do not know to to add the individual elements.
4年以上 前 | 0 件の回答 | 0
0
回答質問
Trying to plot this curve what have I done wrong?
plot(18*sqrt(2)*(sqrt(1+1/(1+x^2)) + asin(1/(1+x^2)-pi/2)))
5年以上 前 | 1 件の回答 | 0
1
回答質問
Why cant' I plot this graph?
x = linspace(0,2,250); y = 15*x^3-9*x^2-36*x+36; plot(y,x)
5年以上 前 | 1 件の回答 | 0