フィルターのクリア

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 Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by