Class: rtw.codegenObjectives.Objective
Package: rtw.codegenObjectives
Remove inherited checks
removeInheritedCheck(
obj
, checkID
)
removeInheritedCheck(
removes
an inherited check from the objective definition. Use this method
when you create a new objective from an existing objective. obj
, checkID
)
When the user selects multiple objectives, if another selected objective includes this check, the Code Generation Advisor displays the check.
| Handle to a code generation objective object previously created. |
| Unique identifier of the check that you remove from the new objective. |
Remove the Identify questionable code instrumentation (data I/O) check from the objective.
removeInheritedCheck(obj, 'mathworks.codegen.CodeInstrumentation');
)