Main Content
feval
Evaluate nonlinear regression model prediction
Description
returns the predicted response of ypred
= feval(mdl
,Xnew1,Xnew2,...,Xnewn
)mdl
to the input
[Xnew1,Xnew2,...,Xnewn]
.
Examples
Input Arguments
Output Arguments
Alternatives
predict
gives
the same predictions, but uses a single input array with one observation
in each row, rather than one component in each input argument. predict
also
gives confidence intervals on its predictions.
random
predicts
with added noise.
Version History
Introduced in R2012a