setCallbackFcn - Class: ModelAdvisor.Check
Package: ModelAdvisor
Specify callback function for check
Syntax
setCallbackFcn(check_obj, @handle, context, style)
Description
setCallbackFcn(check_obj, @handle, context, style) specifies
the callback function to use with the check, check_obj.
Inputs
| check_obj | Instantiation of the ModelAdvisor.Check class |
| handle | Handle to a check callback function |
| context | Context for checking the model or subsystem: |
| style | Type of callback function: 'StyleOne' — Simple check
callback function, for formatting results using template 'StyleTwo' — Detailed check
callback function 'StyleThree' — Check callback
functions with hyperlinked results
|
Example
% --- sample check 1
rec = ModelAdvisor.Check('com.mathworks.sample.Check1');
rec.Title = 'Check Simulink block font';
rec.TitleTips = 'Example style three callback';
rec.setCallbackFcn(@SampleStyleThreeCallback,'None','StyleThree');See Also
 | setCallbackFcn (ModelAdvisor.Action) | | setCheck (ModelAdvisor.Task) |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit