I used imagesc to visulaize a matrix (57*32 rows) but i dont get a good result. I am attaching the plot here. Can someone help me.

 채택된 답변

Youssef  Khmou
Youssef Khmou 2014년 5월 20일
편집: Youssef Khmou 2014년 5월 20일

0 개 추천

You can sample the matrix with higher Frequency rate or use the following technique :
imshow(M,'notruesize');
Using the higher sample rate :
G=upsample(M,2); % doubling the rate for M
G=upsample(G',2);

댓글 수: 3

Thank You but i dont understand it. Can you please elaborate it. i should use imagesc?
Youssef  Khmou
Youssef Khmou 2014년 5월 20일
the matrix has small size , then it can not be displayed properly, to overcome this issue, you can resample it with higher rate to have higher dimensions, replace 2 with 4 or 5 to test the result.
i am attaching what i got. I am not able to see most of my data or variation in it. Thanks for the help.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Language Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by