Property values of object
value = get(o,'propertyname')
structure = get(o)
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.