Filter löschen
Filter löschen

Visual version of the "beep" command

2 Ansichten (letzte 30 Tage)
Patrick Aoun
Patrick Aoun am 15 Jun. 2016
Kommentiert: Patrick Aoun am 15 Jun. 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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by