Extracting X axis and Y axis data from spectrogram figure

3 vues (au cours des 30 derniers jours)
VARUN PAL J
VARUN PAL J le 1 Avr 2019
Modifié(e) : VARUN PAL J le 1 Avr 2019
How to get the x axis and y axis data from the spectrogram figure or plot. The code that I use ,
b=openfig('spec.fig');
h = findobj(gca,'Type','line')
x=get(h,'Xdata');
y=get(h,'Ydata');
.I need time and frequency data from X axis and Y axis but I get empty values in both x and y. Kindly suggest a solution for this. Thanks...

Réponses (1)

Sakz
Sakz le 1 Avr 2019
Modifié(e) : Sakz le 1 Avr 2019
Spectrogram doesn't give you "Plot Lines" on axes. What you get is an "Image".

Catégories

En savoir plus sur Time-Frequency Analysis 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!

Translated by