i made a program that runs with the sound program but no sound comes out
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!