Visual version of the "beep" command

1 visualización (últimos 30 días)
Patrick Aoun
Patrick Aoun el 15 de Jun. de 2016
Comentada: Patrick Aoun el 15 de Jun. de 2016
I'm looking for a command, kind of like "beep", that will notify me when it runs. However, I want something visual instead of audible.
Ideally, something that flashes the Matlab taskbar icon orange would be great, but I'm open for anything.

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 15 de Jun. de 2016
h = msgbox('Done');
pause(2)
delete(h)
  1 comentario
Patrick Aoun
Patrick Aoun el 15 de Jun. de 2016
Well, that certainly does the job thanks!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing 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