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:
linears
returns the linear coefficients of the object
name
returns the name of the object
n_in
returns the number of inputs of the linear mapping
n_out
returns the number of outputs of the linear 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 linear mapping
optimparams
returns the indices of the parameters to be optimised
numparams
returns the number of parameters to be optimised
set