Extracting X axis and Y axis data from spectrogram figure

조회 수: 4 (최근 30일)
VARUN PAL J
VARUN PAL J 2019년 4월 1일
편집: VARUN PAL J 2019년 4월 1일
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...

답변 (1개)

Sakz
Sakz 2019년 4월 1일
편집: Sakz 2019년 4월 1일
Spectrogram doesn't give you "Plot Lines" on axes. What you get is an "Image".

카테고리

Help CenterFile Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by