Reversing the colormap turbo color range

7 visualizzazioni (ultimi 30 giorni)
In turbo colormap, blue represent low values in a range, and red represents high values.
Is there any way to reverse this color bar and represent red for low values and blue for high values ?
I would appreciate any kind of suggestion on this topic.

Risposta accettata

Rahul Gulia
Rahul Gulia il 24 Ago 2023
colormap(flipud(hot))
  2 Commenti
Image Analyst
Image Analyst il 24 Ago 2023
I think you meant
colormap(flipud(turbo));
Rahul Gulia
Rahul Gulia il 24 Ago 2023
yes, I agree. Thanks for the suggestion. .

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Colormaps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by