How introduce a delay of one second in MATLAB?

146 visualizzazioni (ultimi 30 giorni)
I am trying create an application where user can record an audio and listen back to it. For that I also want to display a counter in the UI which shows the time in seconds.I tried using loops but I wàs not able to generate a dalay. Can anyone please help me with this?

Risposta accettata

Karim
Karim il 7 Lug 2022
Modificato: Karim il 7 Lug 2022
you can use the "pause" function, this will pause matlab for the given amount of time
pause(1)
  2 Commenti
Karim
Karim il 7 Lug 2022
you are welcome, if it works for you may always accept the answer :)

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by