フィルターのクリア

isplaying function gives an error

1 回表示 (過去 30 日間)
The
The 2013 年 3 月 21 日
i try to play wav file. when i add this code, my program doesn't work. what's wrong?
if isplaying(pl)
pause(pl);
set(handles.Play,'string','Play');
else
resume(pl);
set(handles.Play,'string','Pause');
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by