How to show an image?
1 view (last 30 days)
Show older comments
Darsana P M
on 6 Apr 2018
Commented: Darsana P M
on 6 Apr 2018
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 Comments
Dennis
on 6 Apr 2018
why do you expect a black and white image? you can use colormap to change colors
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Colormaps in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!