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 Comment

hi
use imagesc(data) ; where data is your matrix

Sign in to comment.

Answers (1)

KSSV
KSSV on 3 Dec 2020
You can use pcolor, imagesc. Read about pcolor.

Tags

Asked:

on 2 Dec 2020

Answered:

on 3 Dec 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!