How do i plot matrix in spectogram
Mostra commenti meno recenti
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 Commento
Mathieu NOE
il 3 Dic 2020
hi
use imagesc(data) ; where data is your matrix
Risposte (1)
KSSV
il 3 Dic 2020
0 voti
You can use pcolor, imagesc. Read about pcolor.
Categorie
Scopri di più su Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!