Help me about sound in Matlab ?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nguyen Trong Nhan
el 1 de En. de 2014
Respondida: Walter Roberson
el 1 de En. de 2014
when I use msgbox. I'd like it have a sound when the msgbox appear. How do I do that ? thanks very much.
0 comentarios
Respuesta aceptada
Walter Roberson
el 1 de En. de 2014
You cannot exactly synchronize them, but you can set up an audioplayer() and use its play() method just before you start the msgbox, and you can stop() it when the user dismissed the msgbox() . See also waitfor() to detect the dismissal of the msgbox()
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio and Video Data en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!