do timer callbacks all execute in the same thread

4 vues (au cours des 30 derniers jours)
Jim Hokanson
Jim Hokanson le 10 Oct 2016
I recently tried to start a timer, have the single-shot callback permanently execute, and then launch another timer further on down in the Matlab code. To my surprise, the 2nd timer never ran, even though the callback functions were different, suggesting that all timer callbacks execute in the same thread. Is this expected and documented behavior?

Réponses (1)

Jeremy Hughes
Jeremy Hughes le 10 Oct 2016
Hi Jim, The short answer is: Two timer callbacks cannot execute simultaneously.
Jeremy

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by