How introduce a delay of one second in MATLAB?

152 visualizaciones (últimos 30 días)
Harsha KVK
Harsha KVK el 7 de Jul. de 2022
Comentada: Karim el 7 de Jul. de 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?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by