Simulink.sdi.registerCursorCallback
Register callback for cursor movements in the Simulation Data Inspector
Since R2021a
Syntax
Description
registers the callback function associated with the function handle callbackID
= Simulink.sdi.registerCursorCallback(func
)func
with the Simulation Data Inspector. The Simulation Data Inspector executes the callback when
you move a cursor or change the number of cursors displayed on the
Inspect pane.
registers the callback function associated with the function handle callbackID
= Simulink.sdi.registerCursorCallback(func
,view
)func
with the Simulation Data Inspector. The Simulation Data Inspector executes the callback when
you move a cursor or change the number of cursors displayed on the pane specified by
view
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a