photo

Valeria Alejandra


Last seen: 10 mois il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
4 Réponses

RANG
293 654
of 300 365

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ un an il y a | 0

Réponse apporté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...

environ un an il y a | 0

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

environ un an il y a | 0

Réponse apportée
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 ...

environ un an il y a | 0