Cold Colormap
by Joseph Kirk
22 Apr 2009
(Updated 29 Apr 2009)
Creates a COLD colormap that complements the built-in HOT colormap
|
Watch this File
|
| File Information |
| Description |
COLD Black-Blue-Cyan-White Color Map
COLD(M) returns an M-by-3 matrix containing a "cold" colormap
COLD, by itself, is the same length as the current figure's colormap. If no figure exists, MATLAB creates one.
Example:
imagesc(peaks(500))
colormap(cold); colorbar
Example:
load topo
imagesc(0:360,-90:90,topo), axis xy
colormap(cold); colorbar |
| Acknowledgements |
This submission has inspired the following:
real2rgb & colormaps, Perceptually improved colormaps
|
| MATLAB release |
MATLAB 7.6 (R2008a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 29 Apr 2009 |
Added "cool" to the "See also" section, as suggested. |
|
Contact us at files@mathworks.com