Valeria Alejandra
Followers: 0 Following: 0
Statistics
0 Questions
4 Answers
RANK
240,108
of 295,467
REPUTATION
0
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
3 months ago | 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...
3 months ago | 0
Recursive Least Square Estimation for Simple Linear Regression
There is this function https://la.mathworks.com/help/ident/ref/recursivels-system-object.html
3 months ago | 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 ...
3 months ago | 0