Products & Services Solutions Academia Support User Community Company

Learn more about System Identification Toolbox   

get - Query properties of data and model objects

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 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.

Remarks

An alternative to the syntax

Value = get(m,'PropertyName')

is the structure-like referencing

Value = m.PropertyName

See Also

Algorithm Properties 
idarx 
idfrd 
idgrey 
idnlarx 
idnlgrey 
idnlhw 
idpoly 
idproc 
idss 

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS