Get check IDs of all Model Advisor checks
CheckIDs = getCheckAll(ma)
The CheckIDs = getCheckAll(ma) method returns a cell array of character vectors specifying the Check IDs of all checks that the Model Advisor performs.
CheckIDs
ma
collapse all
Simulink.ModelAdvisor
Simulink.ModelAdvisor object for which you want to get the Check IDs of all checks that the Model Advisor performs.
Cell array of character vectors specifying the Check IDs of all Model Advisor checks.