bluewhitered
BLUEWHITERED(M) returns an M-by-3 matrix containing a blue to white to red colormap, with white corresponding to the CAXIS value closest to zero. This colormap is most useful for images and surface plots with positive and negative values. BLUEWHITERED, by itself, is the same length as the current colormap.
Examples:
------------------------------
figure
imagesc(peaks(250));
colormap(bluewhitered(256)), colorbar
figure
imagesc(peaks(250), [0 8])
colormap(bluewhitered), colorbar
figure
imagesc(peaks(250), [-6 0])
colormap(bluewhitered), colorbar
figure
surf(peaks)
colormap(bluewhitered)
axis tight
Citar como
Nathan Childress (2024). bluewhitered (https://www.mathworks.com/matlabcentral/fileexchange/4058-bluewhitered), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Graphics > Formatting and Annotation > Colormaps > Red >
- MATLAB > Graphics > Formatting and Annotation > Colormaps > Blue >
- MATLAB > Graphics > Formatting and Annotation > Colormaps > White >
Etiquetas
Agradecimientos
Inspiración para: scalar2colormap, MRIqual, NAWHIMAR Navy-White-Red Divergent Colormap with Automatic Scaling, NIfTI Studio
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |