Example: Using Nested Functions for Timers

Example code from MATLAB News & Notes article on nested functions.
3,2K téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control Toolbox, Image Acquisition Toolbox) to associate MATLAB code with events such as timers.
This example contains the code included in the October, 2005 MATLAB News & Notes tip on this topic.

Citation pour cette source

Michelle Hirsch (2026). Example: Using Nested Functions for Timers (https://fr.mathworks.com/matlabcentral/fileexchange/8452-example-using-nested-functions-for-timers), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Counter and Timer Input and Output dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.3.0.1

Updated license

1.3.0.0

Made available for download as an easy-to-install Toolbox file.

1.2.0.0

Added comments.

1.1.0.0

Updated copyright.

1.0.0.0