Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots?

Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots if I use basic MATLAB version?

 Respuesta aceptada

I'm not sure what you mean, but maybe it's this:
colormap(gray(256));
colorbar;

2 comentarios

Yes, you got half right. If I want to reverse the colormap, white means low value and black means high value. How can I make this change. Anwyay, thank you for you image analyst.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by