How do i plot matrix in spectogram
Afficher commentaires plus anciens
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 commentaire
Mathieu NOE
le 3 Déc 2020
hi
use imagesc(data) ; where data is your matrix
Réponses (1)
KSSV
le 3 Déc 2020
0 votes
You can use pcolor, imagesc. Read about pcolor.
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!