統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,981
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to express this if statement?
If I have a array X = [x1 x2 x3 x4 x5] and another array Y = [y1 y2 y3 y4 y5], every element in those arrays is read from anothe...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Could someone explain what the code means?
s = 0; t = Inf; n = 0; while s ~= t n = n+1; t = s; s = s + 1/n^4; end s
5年以上 前 | 1 件の回答 | 0

