play audio/picture/video or anything
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
keith lin
el 2 de Feb. de 2014
Respondida: Walter Roberson
el 2 de Feb. de 2014
function testing(a)
if a == 1
play audio file at c:\user....audio.mp3
open image file at c:\user.....image.png
end
thanks!
Respuesta aceptada
Walter Roberson
el 2 de Feb. de 2014
See imread() and image() or imshow(). See audioread() and audioplayer()
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.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!