How do i plot matrix in spectogram
古いコメントを表示
HI i have matrix. I took 13 MFcoeficients for each frame
How do i plot it into spectrogram please

I want something lke this

1 件のコメント
Mathieu NOE
2020 年 12 月 3 日
hi
use imagesc(data) ; where data is your matrix
回答 (1 件)
KSSV
2020 年 12 月 3 日
0 投票
You can use pcolor, imagesc. Read about pcolor.
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!