play audio/picture/video or anything
2 views (last 30 days)
Show older comments
keith lin
on 2 Feb 2014
Answered: Walter Roberson
on 2 Feb 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!
Accepted Answer
Walter Roberson
on 2 Feb 2014
See imread() and image() or imshow(). See audioread() and audioplayer()
0 Comments
More Answers (0)
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!