photo

Valeria Alejandra


Last seen: 9 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
4 个回答

排名
196,129
of 299,793

声誉
0

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

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

1 year 前 | 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...

1 year 前 | 0

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

1 year 前 | 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 ...

1 year 前 | 0