| System Identification Toolbox™ | ![]() |
Value = get(m,'PropertyName') get(m) Struct = get(m)
value = get(m,'PropertyName') returns the current value of the property PropertyName of the iddata object or idfrd object, or idmodel object (idgrey, idarx, idpoly, idss), or idnlgrey, idnlarx, or idnlhw model object.
The string 'PropertyName' can be the full property name (for example, 'SSParameterization') or any unambiguous case-insensitive abbreviation (for example, 'ss').
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 a left-hand argument
get(m)
displays all properties of m and their values.
An alternative to the syntax
Value = get(m,'PropertyName')
is the structure-like referencing
Value = m.PropertyName
| Algorithm Properties | |
| idarx | |
| idfrd | |
| idgrey | |
| idnlarx | |
| idnlgrey | |
| idnlhw | |
| idpoly | |
| idproc | |
| idss |
![]() | fselect | getDelayInfo(idnlarx) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |