How to show an image?

1 次查看(过去 30 天)
I would like to display a matrix as an image. The matrix is of size 250 2. I used image() function. But got an error stating an error.
CIJ=cell2mat(Cipher);
kk=CIJ*(1/100);
Cipher is of size 250 2. I tried to display kk, but I got a blue image. It must be a black and white image know? How to solve this issue?
  2 个评论
Dennis
Dennis 2018-4-6
why do you expect a black and white image? you can use colormap to change colors
Darsana P M
Darsana P M 2018-4-6
How to use colormap function?

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2018-4-6
image(kk)
colormap(gray(256))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Blue 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by