![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29266460_1677089062592_DEF.jpg)
Valeria Alejandra
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
4 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
I have 2 independent variables and one dependent variable. I would like to get a polynomial equation and surface plot passing through the data points?
You can use "fit" function (https://www.mathworks.com/help/curvefit/fit.html) FitType = "poly22"; % this value can be changed d...
I have 2 independent variables and one dependent variable. I would like to get a polynomial equation and surface plot passing through the data points?
You can use "fit" function (https://www.mathworks.com/help/curvefit/fit.html) FitType = "poly22"; % this value can be changed d...
5ヶ月 前 | 0
回答済み
Curve fitting with 5 variables
The "fit" function only supports two independent variables and you are trying to add four. Since you are adding more than two e...
Curve fitting with 5 variables
The "fit" function only supports two independent variables and you are trying to add four. Since you are adding more than two e...
5ヶ月 前 | 0
回答済み
Recursive Least Square Estimation for Simple Linear Regression
There is this function https://la.mathworks.com/help/ident/ref/recursivels-system-object.html
Recursive Least Square Estimation for Simple Linear Regression
There is this function https://la.mathworks.com/help/ident/ref/recursivels-system-object.html
6ヶ月 前 | 0
回答済み
How to use "recursiveLS( )" and "step( )" functions
I think the parameters of the function are wrong. You should use your output vector and a regressors vector. You are using your ...
How to use "recursiveLS( )" and "step( )" functions
I think the parameters of the function are wrong. You should use your output vector and a regressors vector. You are using your ...
6ヶ月 前 | 0