Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

2 Ansichten (letzte 30 Tage)
JMS
JMS am 1 Okt. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 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.

Antworten (1)

Image Analyst
Image Analyst am 1 Okt. 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.

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by