필터 지우기
필터 지우기

how to import .mp3 files to matlab

조회 수: 2 (최근 30일)
gowthami kommineni
gowthami kommineni 2016년 1월 4일
답변: Daniel LaCroix 2016년 1월 4일
iam trying to import mp3 audio files like this hfr = mp3read('C:\Users\Dell\Desktop\Kerintha.mp3'); it s showing error like this ??? Undefined function or method 'mp3read' for input arguments of type 'char'. can u plz tell me the way to load mp3 files.

답변 (1개)

Daniel LaCroix
Daniel LaCroix 2016년 1월 4일
The error says there is an undefined function or method. This is because mp3read is not a MATLAB function. Use audioread.
If you have future errors like this, check the MATLAB documentation to make sure you have the name of the function correct.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by