How to plot spectrogram in Matlab GUI?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello everyone, I'm trying to plot a spectrogram. However, I am getting an error. How can I solve it?
spectrogram(app.UIAxes_4,cleanAudio,win,overlap,ffTLength,fs);
1 commentaire
Rik
le 2 Juin 2022
What error are you getting? Did you read the documentation for the spectrogram function? Does it allow uiaxes instead of normal axes?
Réponses (1)
Anjaneyulu Bairi
le 7 Sep 2023
I understand that you are trying to plot spectrogram. Follow the below documentation link to achieve that.
Hope it helps.
0 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!