I want matlab to notify me by make alert (beep sound) when the simulation of my model is finished.
6 views (last 30 days)
Show older comments
Is there any way to make the matlab programe notifing me by make beep sound when the simulation is finshed. Is that posible?
1 Comment
Walter Roberson
on 18 Nov 2012
Please use tags that are relevant to the issue; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Answers (1)
Jan
on 15 Nov 2012
What about the beep command?
1 Comment
Daniel Shub
on 15 Nov 2012
Edited: Daniel Shub
on 15 Nov 2012
Or better yet have it send you an email with sendmail. If you stick your alert function into the OnCleanup object it will crashes (at least some) also.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!