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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...