| MATLAB Function Reference | Search  Help Desk |
| get | See Also |
gets the value of the attribute of an object
Syntax
d = get(m,label,opt)
Description
d = get(m,label,opt)
gets the value of the attribute label
associated to the object m and return it inside d.
The following codes are recognised:
name returns the name of the object
n_in returns the number of inputs of the mapping
n_out returns the number of outputs of the mapping
userData returns the 'userData' field
opt returns the 'opt' field
date returns the date of creation of the object
limits returns the limits of the mapping
optimparams returns the indices of the parameters to be optimised
numparams returns the number of parameters to be optimised
set