MATLAB Function Reference
  Go to function:
    Search    Help Desk 
eval    

computes the value of the lazy for some input

Syntax

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.

[ Help Desk ]