iptaddcallback
Add function handle to callback list
Description
Examples
Input Arguments
Output Arguments
Tips
Callback functions that have already been added to an object using the
set
command continue to work after you calliptaddcallback
. The first time you calliptaddcallback
for a given object and callback, the function checks to see if a different callback function is already installed. If a callback is already installed, theniptaddcallback
replaces that callback function with theiptaddcallback
callback processor, and then adds the preexisting callback function to theiptaddcallback
list.
Version History
Introduced before R2006a