Audioinfo - 'undefined function for type char' error
Mostra commenti meno recenti
Hi,
I try to get the info from a wave file using the function 'audioinfo'. However, no matter what I do, I keep getting that "Undefined function 'audioinfo' for input arguments of type 'char'." error.
I tried
[filename, filepath] = uigetfile();
fullname = fullfile(filepath, filename);
info=audioinfo(fullname);
But even when I put the file in my current folder and type in the actual name, I keep getting the error.
I'm pretty lost. Any help VERY appreciated. Thank you :)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Just for fun in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!