Main Content

getCheckForTask

Get checks belonging to a task

Description

For a Model Advisor object, use the taskChecks = getCheckForTask(ma,taskID) function to get all of the Model Advisor checks that are part of a task. To locate the task name, use the getTaskAll function.

Input Arguments

collapse all

Simulink.ModelAdvisor object for which you want to get all of the Model Advisor checks that are part of a task.

Name of task that contains the Model Advisor checks.

Example: '_SYSTEM_By Task_Modeling_Physical_Systems'

Output Arguments

collapse all

Checks that are part of a Model Advisor task

Version History

Introduced in R2006a