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