play audio/picture/video or anything
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    keith lin
 am 2 Feb. 2014
  
    
    
    
    
    Beantwortet: Walter Roberson
      
      
 am 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!
Akzeptierte Antwort
  Walter Roberson
      
      
 am 2 Feb. 2014
        See imread() and image() or imshow(). See audioread() and audioplayer()
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Audio and Video Data 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!


