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

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |