Effacer les filtres
Effacer les filtres

Introduce a fixed time delay

261 vues (au cours des 30 derniers jours)
ANUBHAV SINHA
ANUBHAV SINHA le 28 Mar 2012
Hi, I want a time delay of, say, 2minutes be introduced in between the execution of two statements. Can anyone suggest about how to achieve that....Any definite MATLAB functions available for that?
Ofcourse I have the idea of running an infinite loop for a calculated number of cycles to achieve that ...but I dont think that is an universal best way to do it and make the program 'computer-independent'.
Thanks.
Anubhav

Réponse acceptée

Image Analyst
Image Analyst le 28 Mar 2012
How about
pause(120.0);

Plus de réponses (1)

Surama Biswas
Surama Biswas le 24 Mai 2019
Also you can evaluate how much time required to execute your function f, by using timeit(f) and then use pause or simply using pause(timeit(f)).

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by