MATLAB Function Reference | Search  Help Desk |
identify | See Also |
Identify the system from data
Syntax
m = identify(m)
m = identify(m,j,options)
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.
eval