MATLAB Function Reference | Search  Help Desk |
set |
Set object properties
Syntax
set(m,'AttrName1',AttrValue1,'AttrName2',AttrValue2,...)
m_out = set(m,'AttrName1',AttrValue1,'AttrName2',AttrValue2,...)
Description
set(m,'AttrName1',AttrValue1,'AttrName2',AttrValue2,...)
sets the value of the attribute AttrName1
, AttrName2
, ...
associated to the object m
.
m_out = set(m,'AttrName1',AttrValue1,'AttrName2',AttrValue2,...)
sets the value of the attribute AttrName1
, AttrName2
, ...
associated to the object m
and return the modified model inside m_out. The original
model is not modified.
The following AttrName
inherided from the
mapping class are recognised:
name
sets the name of the object
n_in
sets the number of inputs of the model. This
sets the saturation level of the inputs to -Inf, Inf.
n_out
sets the number of outputs of the model
userData
sets the 'userData' field
opt
sets the 'opt' field
date
sets the date of creation of the object
limits
sets the limits of the domain of definition
of the lazy. The value must be a 2*n_in
matrix where
the upper and lever saturation level are defined.
optimparams
sets the indices of the parameters to be optimised
id_par
identification parameters
cmb_par
model combination parameters
id_par[3,3] | idm0 idM0 valM0 | | idm1 idM1 valM1 | | idm2 idM2 valM2 |
id_par[3,2] | idm0 idM0 | | idm1 idM1 | | idm2 idM2 |
id_par[3,1] | c0 | | c1 | | c2 |
idmX = 3 * no_parX * cX idMX = 5 * no_parX * cX
cmb_par[3,1] | cmb0 | | cmb1 | | cmb2 |
cmb_par[1,1] | cmb |