MATLAB Function Reference
  Go to function:
    Search    Help Desk 
set     See Also

Set object properties

Syntax

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 are recognised:

See Also

get

[ Help Desk ]