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!