MATLAB Function Reference | Search  Help Desk |
eval |
computes the value of the lazy for some input
Syntax
out=eval(m,regressor)
out=eval(m,regressor,j)
Description
out=eval(m,regressor)
returns the value out
of the output(s) of
lazy m
given the input(s) x
.
out=eval(m,regressor,j)
returns the value out
of the output(s) j
of
lazy m
given the input(s) x
.
Remarks
This function returns the output of system as computated by the model, given a regressor.