Color that shows by the imshow, doesn't match to the color that I expect.

2 vues (au cours des 30 derniers jours)
Dongwon
Dongwon le 14 Déc 2022
Commenté : Jan le 15 Déc 2022
As you see in these matrix, the third column in second row must be the orange. And the second column in the first row must be the purple, but the figure does not show the correct color. How can i fix this?
  1 commentaire
Jan
Jan le 15 Déc 2022
It is easier to check the values, if you post the code as text, not as screenshot.
This is not twitter: No # before the tags. Thanks.

Connectez-vous pour commenter.

Réponse acceptée

millercommamatt
millercommamatt le 15 Déc 2022
Déplacé(e) : Jan le 15 Déc 2022
This displays as expected for me.
imshow(uint8(cat(3,...
[0 128 0;0 255 255;255 255 255;0 0 0],...
[0 0 0;255 255 128;0 255 0;255 255 255],...
[255 255 0;0 0 0;0 255 255;255 255 255])),'InitialMagnification','fit');
imshow test

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings 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