get
Property values of object
Syntax
value = get(o,'propertyname')
structure = get(o)
Description
value = get(o,'propertyname') returns the property value of the
property 'propertyname' for the object o. If you
replace 'propertyname' by a cell array of a vector of strings
containing property names, get returns a cell array of a vector of
corresponding values.
structure = get(o) returns a structure containing the properties
and states of object o.
o can be a fi, fimath,
fipref, numerictype, or
quantizer object.
Extended Capabilities
Version History
Introduced before R2006a