Plot spectrogram on the right axes of a MATLAB GUI?
2 ビュー (過去 30 日間)
古いコメントを表示
MatlabNewbie01232015
2015 年 1 月 25 日
回答済み: MatlabNewbie01232015
2015 年 1 月 25 日
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/146919/image.png)
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Time-Frequency Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!