System Identification Toolbox    
get

Access/query idmodel, idfrd, and iddata properties.

Syntax

Description

value = get(m,'PropertyName') returns the current value of the property PropertyName of the iddata set or idfrd, or idmodel (idgrey, idarx, idpoly, idss) m. The string 'PropertyName' can be the full property name (e.g., 'SSParameterization') an any unambiguous case-insensitive abbreviation thereof (e.g., 'ss'). You can specify any generic idmodel property or any property specific to idgrey, idarx, etc. (see iddata, idmodel, idgrey, idarx, idpoly, idss, and Algorithm Properties for lists of properties that can be accessed directly).

Struct = get(m) converts the object m into a standard MATLAB structure with the property names as field names and the property values as field values.

Without left-hand argument

displays all properties of m and their values.

Remark

An alternative to the syntax

is the structure-like referencing

See Also

arxdata, iddata, idfrd, idmodel, polydata, set, ssdata, tfdata, zpkdata, Algorithm Properties, EstimationInfo


  fpe getexp