How do i plot matrix in spectogram
Show older comments
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 Comment
Mathieu NOE
on 3 Dec 2020
hi
use imagesc(data) ; where data is your matrix
Answers (1)
KSSV
on 3 Dec 2020
0 votes
You can use pcolor, imagesc. Read about pcolor.
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!