How do i plot matrix in spectogram
Mostrar comentarios más antiguos
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 comentario
Mathieu NOE
el 3 de Dic. de 2020
hi
use imagesc(data) ; where data is your matrix
Respuestas (1)
KSSV
el 3 de Dic. de 2020
0 votos
You can use pcolor, imagesc. Read about pcolor.
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!