changing command form old version to new version of matlab

1 回表示 (過去 30 日間)
alaa basel
alaa basel 2018 年 3 月 6 日
コメント済み: Star Strider 2018 年 3 月 6 日
hello everyone I need to change this command without lost the data in it ([x fs nbit]=wavread(TestWavFile{i});) that is the command I need to know how Matlab change it

回答 (1 件)

Star Strider
Star Strider 2018 年 3 月 6 日
The audioread (link) function should do what you want.
  3 件のコメント
Jan
Jan 2018 年 3 月 6 日
編集済み: Jan 2018 年 3 月 6 日
@alaa: Please post your code and the complete error message. "Changed to audioread and didn't accept it because the nbit" does not allow to understand, what exactly happens. See the documentation of audioread and audioinfo.
Star Strider
Star Strider 2018 年 3 月 6 日
If you want the other information from your .wav file, use the audioinfo (link) function.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by