Effacer les filtres
Effacer les filtres

How to show an image?

1 vue (au cours des 30 derniers jours)
Darsana P M
Darsana P M le 6 Avr 2018
Commenté : Darsana P M le 6 Avr 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 commentaires
Dennis
Dennis le 6 Avr 2018
why do you expect a black and white image? you can use colormap to change colors
Darsana P M
Darsana P M le 6 Avr 2018
How to use colormap function?

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 6 Avr 2018
image(kk)
colormap(gray(256))
  1 commentaire
Darsana P M
Darsana P M le 6 Avr 2018
That helped me. Thanks sir

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Blue dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by