changing command form old version to new version of matlab

1 view (last 30 days)
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

Answers (1)

Star Strider
Star Strider on 6 Mar 2018
The audioread (link) function should do what you want.
  3 Comments
Jan
Jan on 6 Mar 2018
Edited: Jan on 6 Mar 2018
@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 on 6 Mar 2018
If you want the other information from your .wav file, use the audioinfo (link) function.

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!