フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
JMS
JMS 2014 年 10 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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.

回答 (1 件)

Image Analyst
Image Analyst 2014 年 10 月 1 日
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