Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Has the same functionality as IPTADDCALLBACK, but more:
- does not need image processing toolkit
- easier removal of callback functions
- allows passing arguments to the callback functions
- clean & transparant: contains the function LISTCALLBACK to view all callback functions
ADDCALLBACK( H, CALLBACK, FUNC_HANDLE )
adds the function handle FUNC_HANDLE to the list of functions to be called when the callback specified by CALLBACK executes.
REMOVECALLBACK( H, CALLBACK, FUNC_HANDLE )
removes all callback functions (for the specified callback) that have the specified function handle.
For compatibility, one can also use:
REMOVECALLBACK( H, CALLBACK, ID )
LISTCALLBACK
Gives the complete lists of all callback functions, sorted by object and callback.
Cita come
Almar Klein (2026). addcallback (https://it.mathworks.com/matlabcentral/fileexchange/18216-addcallback), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (7,03 KB)
-
Nessuna licenza
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |