i made a program that runs with the sound program but no sound comes out
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
S = menu('please selct sound','Gong','Music','Handel','Laughter','splat');
if (S == 1) 
    load('Gong.mat')  %#ok<*SEPEX>
elseif (S == 2) 
    load('Music.mat')
elseif (S == 3)
    load('Handel.mat')
elseif (S == 4)
    load('Laughter.mat')
elseif (S == 5) 
    load('splat.mat')
else(S == 0);
    disp('no')
end
0 Commenti
Risposte (1)
Vedere anche
Categorie
				Scopri di più su Audio and Video Data in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!