Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
JMS
JMS le 1 Oct 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
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.

Réponses (1)

Image Analyst
Image Analyst le 1 Oct 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.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by