統計
MATLAB Answers
2 質問
0 回答
ランク
of 157,839
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
help with this matlab script
Write a MATLAB script which will load an n x 2 matrix A of data and determine slope m and y intercept b of a line which minimize...
10年以上 前 | 1 件の回答 | 0
1
回答質問
approximating pi with taylor series expansion to the 10,000th term
This was my code: I=0 while (I<10000) I=((-1)^I)/(2*I+1) end x=4*I so when I do that the answer shows as x ...
10年以上 前 | 1 件の回答 | 0