Class: rtw.codegenObjectives.Objective
Package: rtw.codegenObjectives
Specify objective name
setObjectiveName(
obj
, objName
)
setObjectiveName(
specifies
a name for the objective. The Configuration Set Objectives dialog
box displays the name of the objective.obj
, objName
)
| Handle to a code generation objective object previously created. |
| Optional character vector that indicates the name of the objective. If you do not specify an objective name, the Configuration Set Objectives dialog box displays the objective ID for the objective name. |
Name the objective Reduce RAM Example:
setObjectiveName(obj, 'Reduce RAM Example');