feval
Class: NonLinearModel
Evaluate nonlinear regression model prediction
Syntax
ypred = feval(mdl,Xnew1,Xnew2,...,Xnewn)
Description
returns
the predicted response of ypred
= feval(mdl
,Xnew1,Xnew2,...,Xnewn
)mdl
to the input [Xnew1,Xnew2,...,Xnewn]
.
Input Arguments
|
Nonlinear regression model, constructed by |
|
Predictor components.
Each nonscalar component must have the same size (number of elements in each dimension). If you pass just one |
Output Arguments
|
Predicted mean values at |