Color that shows by the imshow, doesn't match to the color that I expect.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dongwon
el 14 de Dic. de 2022
Comentada: Jan
el 15 de Dic. de 2022
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1231522/image.png)
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 comentario
Jan
el 15 de Dic. de 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.
Respuesta aceptada
millercommamatt
el 15 de Dic. de 2022
Movida: Jan
el 15 de Dic. de 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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1231797/imshow%20test.jpeg)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Display Image en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!