MATLAB Function Reference
  Go to function:
    Search    Help Desk 
identify     See Also

Identify the system from data

Syntax

Description

m = identify(m) performs the identification of the model m using the data embedded inside the object for all the outputs of the system, using the defautl values of the identification methods.

m = identify(m,j,options) performs the identification of the model m using the data embeded inside the object for the outputs listed in the array j. Use options in order to specify the identification method and options.

See Also

eval

[ Help Desk ]