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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by