Unexpected MatLab expression when reading audio file
Show older comments
I'm trying to perform some analysis on audio files, but whenever I try to use audioread to read the files I get this.
[y, Fs] = audioread(/Users/kcrawfor/Documents/Rasmussen-Audio/audioCx05a.mp3);
[y, Fs] = audioread(/Users/kcrawfor/Documents/Rasmussen-Audio/audioCx05a.mp3);
Error: | Unexpected MATLAB operator.
I understand this is a syntax error but I'm new to MatLab and it could take hours of tutorials before I figure out whats wrong. Can anyone help me out?
Accepted Answer
More Answers (0)
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!