Main Content

verifyCheckRan

Verify that Model Advisor ran a set of checks

Description

Use the [success, missingChecks, additionalChecks]= verifyCheckRan(ma,CheckIDs) function to verify that the Model Advisor ran a set of checks.

Input Arguments

collapse all

Simulink.ModelAdvisor object for which you want to verify that a set of checks ran

Cell array of character vectors specifying the identifiers of Model Advisor checks that you want to verify have run.

Output Arguments

collapse all

Boolean value that indicates whether the Model Advisor successfully ran a set of checks. A value of 1 indicates that the Model Advisor successfully ran the checks. A value of 0 indicates that the Model Advisor did not run the checks.

Cell array of character vectors specifying the identifiers of specified Model Advisor checks that did not run.

Cell array of character vectors specifying the identifiers of unspecified Model Advisor checks that ran.

Version History

Introduced in R2006a