]> cm256 and gray256

256 Color Colormaps

cm256 and gray256 are 256-color versions of the usual 64-color "jet" and "gray" colormaps supplied with Matlab ("jet" is default the colormap Matlab uses if no other colormap is requested). The finer color spacing tends to make for better-looking plots.

Function Summary

Syntax: cm = cm256;
Inputs: none
Outputs: cm The new colormap
Syntax: cm = gray256;
Inputs: none
Outputs: cm The new colormap