Add three callbacks to a figure and try them interactively. Whenever
MATLAB® detects mouse motion over the figure, functions
f1, f2, and f3
are called in that order.
Remove the callback f2. Move the mouse over the figure
again. Whenever MATLAB detects mouse motion over the figure, only functions
f1 and f3 are called.
Callback identifier for function fun, specified as a
positive integer. This identifier is returned by iptaddcallback when you add
a function to the callback list.