필터 지우기
필터 지우기

how to plot graphically a 256 x 256 square matrix in matlab

조회 수: 3 (최근 30일)
Neetha Mary
Neetha Mary 2016년 3월 14일
댓글: Walter Roberson 2016년 3월 23일
I have a matrix of size 256 x 256 which store finger print values obtained in Byte Frequency cross-correlation algorithm.how can i obtain a graphical plot the same in matlab?

채택된 답변

Walter Roberson
Walter Roberson 2016년 3월 14일
imagesc(TheMatrix)
perhaps?
  댓글 수: 7
Neetha Mary
Neetha Mary 2016년 3월 16일
편집: Neetha Mary 2016년 3월 23일
i want to obtain a graphical plot like this where X-axis is marked on the top of the plot. Can anybody help?
Walter Roberson
Walter Roberson 2016년 3월 23일
That cannot be done with colorbar() . You need to create a graphics item such as a patch or surface or image that has the desired values. It is probably easiest to create an axes that has an image in it.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by