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?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
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.
Or maybe you'd be interested in overlays: http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22latex%22
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!