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