User`s guide
25 Create Model Advisor Checks
25-2
Create Model Advisor Checks Workflow
1
On your MATLAB path, create a customization file named sl_customization.m.
In this file, create a sl_customization() function to register the custom checks
that you create and optional process callbacks with the Model Advisor. For detailed
information, see “Register Checks and Process Callbacks” on page 25-27.
2
Define custom checks and where they appear in the Model Advisor. For detailed
information, see “Define Custom Checks” on page 25-30.
3
Specify what actions you want the Model Advisor to take for the custom checks by
creating a check callback function for each custom check. For detailed information,
see “Create Callback Functions and Results” on page 25-37.
4
Optionally, specify what automatic fix operations the Model Advisor performs by
creating an action callback function. For detailed information, see “Action Callback
Function” on page 25-43.
5
Optionally, specify startup and post-execution actions by creating a process callback
function. For detailed information, see “Define Startup and Post-Execution Actions
Using Process Callback Functions” on page 25-28.