Using a timer to execute a function
Mostra commenti meno recenti
So, I have a timer and I want to use the time to trigger an event. That is, at a certain time, I want a function (called OnFunc) to be executed.
when time_value == 10
OnFunc();
end
Is there a function analogous to a 'when' statement that can execute a command when the time reaches a certain point?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Clocks and Timers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!