insert mp3 file in matlab
28 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
arwa
il 2 Mag 2014
Commentato: William Tukes
il 13 Set 2021
How can I add a mp3 file in Matlab ?
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 2 Mag 2014
Modificato: Azzi Abdelmalek
il 2 Mag 2014
You can use audioread function
[y,fs]=audioread('yourfile.mp3')
To play your file
sound(y,fs)
Look at
doc audioread
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!