plot missing in matlab
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
the problem is that when i asked to plot an audio file it gives an error on the line of the plot
1 Commento
Walter Roberson
il 26 Mag 2021
Please show how you are asking to do the plotting, and show how you create the variables that you pass in to the plot call.
Risposte (1)
Walter Roberson
il 26 Mag 2021
You cannot plot() a file by name. You need to read the data such as by using audioread(), and plot the data that results.
8 Commenti
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!