Plot spectrogram on the right axes of a MATLAB GUI?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
MatlabNewbie01232015
il 25 Gen 2015
Risposto: MatlabNewbie01232015
il 25 Gen 2015
I would like to plot a mono audio signal y to axes2 (MATLAB GUI), I have 4 axes on my Gui program. If I use spectrogram(y)then MATLAB plots on axes1. However, I want to plot it on another axes2, so I use:
plot(handles.axes2,spectrogram(y))
It does work either. On the attached picture, the spectrogram should appear on the second one.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Time-Frequency Analysis 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!