Main Content
ModelAdvisor.Action Class
Namespace: ModelAdvisor
Superclasses:
Add actions to custom checks
Description
Instances of this class define actions you take when the Model Advisor checks do not pass. Users access actions by clicking the Action button that you define in the Model Advisor window.
Construction
ModelAdvisor.Action | Add actions to custom checks |
Methods
setCallbackFcn | Specify action callback function |
Properties
Description | Message in Action box |
Name | Action button label |
Copy Semantics
Handle. To learn how this affects your use of the class, see Copying Objects in the MATLAB® Programming Fundamentals documentation.
Examples
% define action (fix) operation myAction = ModelAdvisor.Action; myAction.Name='Fix block fonts'; myAction.Description=... 'Click the button to update all blocks with specified font';