get
对象的属性值
语法
value = get(o,'propertyname')
structure = get(o)
说明
value = get(o,'propertyname')
返回对象 o
的属性 'propertyname'
的属性值。如果用包含属性名称的字符串向量元胞数组替换 'propertyname'
,则 get
返回对应值的向量元胞数组。
structure = get(o)
返回一个包含对象 o
的属性和状态的结构体。
o
可以是 fi
、fimath
、fipref
、numerictype
或 quantizer
对象。
扩展功能
版本历史记录
在 R2006a 之前推出