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 the string '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.
See Also
set
 | ge | | getlsb |  |
How much time do you spend on testing to ensure implementation meets system-level requirements?
Learn more