Class: rtw.codegenObjectives.Objective
Package: rtw.codegenObjectives
Add checks
addCheck(
obj
, checkID
)
addCheck(
includes
the check, obj
, checkID
)
,
in the Code Generation Advisor. When a user selects the objective,
the Code Generation Advisor includes the check, unless another objective
with a higher priority excludes the check.checkID
| Handle to a code generation objective object previously created. |
| Unique identifier of the check that you add to the new objective. |
Add the Identify questionable code instrumentation (data I/O) check to the objective.
addCheck(obj, 'mathworks.codegen.CodeInstrumentation');