Visual version of the "beep" command

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)

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de Jun. de 2016

Comentada:

el 15 de Jun. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by