Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots?
24 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots if I use basic MATLAB version?
0 comentarios
Respuesta aceptada
Image Analyst
el 1 de Sept. de 2012
I'm not sure what you mean, but maybe it's this:
colormap(gray(256));
colorbar;
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre White en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!