photo

Valeria Alejandra


Last seen: 4 Tage vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

3 Monate vor | 0

Beantwortet
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...

3 Monate vor | 0

Beantwortet
Recursive Least Square Estimation for Simple Linear Regression
There is this function https://la.mathworks.com/help/ident/ref/recursivels-system-object.html

3 Monate vor | 0

Beantwortet
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 ...

3 Monate vor | 0