フィルターのクリア

How can I fix error in execution of soundsc?

1 回表示 (過去 30 日間)
Control Machine
Control Machine 2016 年 10 月 16 日
編集済み: Walter Roberson 2016 年 10 月 16 日
To load and play an audio file available in MATLAB R2011b, I wrote following code:
load handel.mat
soundsc(y);
The code should run right away. Instead it throws following error:
Error using sound (line 60)
Device Error: Unanticipated host error
Error in soundsc (line 48)
sound(varargin{:})
How can I fix this error?

回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio I/O and Waveform Generation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by