Visual version of the "beep" command

1 view (last 30 days)
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.

Accepted Answer

Sean de Wolski
Sean de Wolski on 15 Jun 2016
h = msgbox('Done');
pause(2)
delete(h)

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!