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
Mathieu NOE
2020년 12월 3일
hi
use imagesc(data) ; where data is your matrix
답변 (1개)
KSSV
2020년 12월 3일
0 개 추천
You can use pcolor, imagesc. Read about pcolor.
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!