fitnlm and dummy variables
Hi all,
Fitnlm allows automatic creation of dummy variables, if one input the categorical predictor as a nominal or ordinal arr...
Equation for non linear model
Hi!
I am trying to create a nonlinear model for my data at the moment using fitnlm.
I have imported the data into matlab, but ...
10 years 前 | 1 个回答 | 0
1
个回答
提问
syntax regression model variables
Hey!
Can someone explain me the following syntax:
modelfun=@(b,x)b(1) + b(2)*x(:,1).^b(3)+... b(4)*x(:,2).^b(5);
beta0=[-50...
Curve fitting with more than 3 variables
Hi!
I am doing curve fitting with matlab at the moment and would like to do it with more than 3 variables.Is that possible and...
10 years 前 | 4 个回答 | 0
4
个回答
提问
R2013b Statistics toolbox matlab
Hi!
I am working with the R2013b Statistics toolbox of Matlab, especially using it for linear and non-linear regression. In the...