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 lazy
n_out
returns the number of outputs of the lazy
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 lazy
optimparams
returns the indices of the parameters to be optimised
numparams
returns the number of parameters to be optimised
id_par
returns the identification paramenters
cmb_par
returns the combination paramenters of the models
examples_x
the database of the input examples
examples_y
the database of the output examples
set