How do I change color of the segmented areas from an image?

1 vue (au cours des 30 derniers jours)
Zara
Zara le 16 Sep 2022
I just need to change the areas with in the yellow range in these blots to the lower blue range. How can I do that?

Réponses (1)

Adam Danz
Adam Danz le 16 Sep 2022
Use the clim function.
  1. call clim without any inputs to see what the original colormap limits are.
  2. shift the clim upward (assuming you're using parula colormap).
Example:
If clim returns [-6 8], move it to something like [-2,10]. Play around with it until you get what you want.

Catégories

En savoir plus sur Blue dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by