フィルターのクリア

Extracting X axis and Y axis data from spectrogram figure

6 ビュー (過去 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 件)

Rohit Kumar
Rohit Kumar 2019 年 4 月 1 日
編集済み: Rohit Kumar 2019 年 4 月 1 日
Spectrogram doesn't give you "Plot Lines" on axes. What you get is an "Image".

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by