Class: rtw.codegenObjectives.Objective
Package: rtw.codegenObjectives
Add parameters
addParam(
obj
, paramName
, value
)
addParam(
adds
a parameter to the objective, and defines the value of the parameter
that the Code Generation Advisor verifies in Check model
configuration settings against code generation objectives.obj
, paramName
, value
)
| Handle to a code generation objective object previously created. |
| Parameter that you add to the objective. |
| Value of the parameter. |
Add DefaultParameterBehavior
to the objective,
and specify the parameter value as Inlined
.
addParam(obj, 'DefaultParameterBehavior', 'Inlined');