How introduce a delay of one second in MATLAB?

149 Ansichten (letzte 30 Tage)
Harsha KVK
Harsha KVK am 7 Jul. 2022
Kommentiert: Karim am 7 Jul. 2022
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?

Akzeptierte Antwort

Karim
Karim am 7 Jul. 2022
Bearbeitet: Karim am 7 Jul. 2022
you can use the "pause" function, this will pause matlab for the given amount of time
pause(1)
  2 Kommentare
Harsha KVK
Harsha KVK am 7 Jul. 2022
It worked! Thank you
Karim
Karim am 7 Jul. 2022
you are welcome, if it works for you may always accept the answer :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by