統計
MATLAB Answers
1 質問
0 回答
ランク
of 177,989
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
A Program to solve fibinacci series and polynomial fit
Q1. N = 100; f(1) = 1; f(2) = 1; for n = 3:N f(n) = f(n-1) + f(n-2); end f(1:10) Q2. x_data = linspace(0, 10, 20)';...
2年以上 前 | 0 件の回答 | 0
