| MATLAB Function Reference | Search  Help Desk |
| get | See Also |
gets the value of the attribute of an object
Syntax
d = get(m,label)
Description
d = get(m,label)
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
n_rules returns the number of rules associated to the
taksug model
model_code returns the code of the model associated to the
taksug model
m returns the fuzziness associated to the
taksug model
centers returns the positions of the centers of the
rules associated to the taksug model
ivariances returns the invariances of the
rules associated to the taksug model
linears returns the linears of associated to the taksug
model
rls returns the fuzzy sets associated to the taksug
model
mfs returns the definition of the rules of the taksug model
params returns every parameters to be optimised in the shape of a vector
set