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.

 채택된 답변

Sean de Wolski
Sean de Wolski 2016년 6월 15일

1 개 추천

h = msgbox('Done');
pause(2)
delete(h)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2016년 6월 15일

댓글:

2016년 6월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by