Undefined function or method 'audioread' for input arguments of type 'char'.

 Respuesta aceptada

Paul Shepherd
Paul Shepherd el 18 de Abr. de 2014
Try searching for mp3read on the File Exchange...

6 comentarios

but i have to play mp3 using audioread command not mp3read command
There is no built-in function or command called audioread(). If you have an assignment to write a function called this, or someone has given you a function called this, please clarify your question. If your goal is to play an mp3 file, there is a file on the file exchange that can do this. Search for mp3read.
audioread() began with R2014a.
Thanks Image Analyst! I am using 2011 and 2012, so that's why I didn't see it.To the original question, if 2014 isn't an option (you say you are using 2007), then File Exchange is your next resource.
audioread() began with R2012b
OK - I didn't notice because they didn't deprecate wavread() and tell you to use audioread() until this (R2014a) version. At least I never noticed. They certainly didn't tell you when you compiled an app, until now (R2014a).

Iniciar sesión para comentar.

Más respuestas (1)

asrar asrar
asrar asrar el 21 de Oct. de 2016
Editada: Walter Roberson el 21 de Oct. de 2016
addpath 'C:\Users\asrar ahmed\Desktop\Asrar Ahmed\'
c = mp3read('asr.mp3')

Categorías

Más información sobre Scope Variables and Generate Names en Centro de ayuda y File Exchange.

Preguntada:

el 18 de Abr. de 2014

Editada:

el 21 de Oct. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by