User`s guide
24 Overview of Customizing the Model Advisor
24-2
Model Advisor Customization
Using Model Advisor APIs and the Model Advisor Configuration Editor, you can:
• Create your own Model Advisor checks.
• Create custom configurations.
• Specify the order in which you make changes to your model.
• Create multiple custom configurations for different projects or modeling guidelines,
and switch between these configurations in the Model Advisor.
• Deploy custom configurations to your users.
To See
Create Model Advisor checks. “Create Model Advisor Checks”
Format check results. “Format Model Advisor Checks”
Create custom Model Advisor
configurations.
“Organize and Deploy Model Advisor
Checks”
Specify the order in which you make
changes to your model.
“Organize and Deploy Model Advisor
Checks”
Deploy custom configurations to your users. “Organize and Deploy Model Advisor
Checks”
Verify that models comply with modeling
guidelines.
“Check Model Compliance”
Requirements for Customizing the Model Advisor
Before customizing the Model Advisor:
• If you want to create checks, know how to create a MATLAB script. For more
information, see “Create Scripts” in the MATLAB documentation.
• Understand how to access model constructs that you want to check. For example,
know how to find block and model parameters. For more information on using utilities
for creating check callbacks, see “Common Utilities for Authoring Checks” on page
25-37.