統計
MATLAB Answers
2 質問
0 回答
ランク
of 173,657
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how do i solve least squares problems with newtons method?
I was wondering if it is possible to solve least squares problems using matlab for 100% of the way. What i mean: I wrote this ...
約7年 前 | 0 件の回答 | 0
0
回答質問
Can anyone please help with this?
x=linspace(-5, 5,100); y = [-ones(1,50) + 0.2*rand(1,50), ones(1,50)-0.2*rand(1,50)]; f(x) = a2*x^ 2 + a1*x + a0; where ai,...
約7年 前 | 2 件の回答 | 0
