| System Identification | ![]() |
Access/query idmodel, idfrd, and iddata properties
Syntax
Value = get(m,'PropertyName') get(m) Struct = get(m)
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.
get(m)
displays all properties of m and their values.
Remark
Value = get(m,'PropertyName')
is the structure-like referencing
Value = m.PropertyName
See Also
arxdata, iddata, idfrd, idmodel, polydata, set, ssdata, tfdata, zpkdata, Algorithm Properties, EstimationInfo
| fpe | idarx | ![]() |