Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How do I label the bright and less bright points in the image with different colors?

1 visualización (últimos 30 días)
Hello!
I have the below image that shows many points
some of them are brighter than the other"less bright", how do I label them with different colors?
Thanks in advance.

Respuestas (1)

Image Analyst
Image Analyst el 1 de Oct. de 2014
colormap(jet(256));
colorbar;
You can use other colormaps - there are a bunch of default ones so pick one of those or else make up something custom.

Community Treasure Hunt

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

Start Hunting!

Translated by