source:
issm/oecreview/Archive/12678-13393/ISSM-12857-12858.diff@
13394
Last change on this file since 13394 was 13394, checked in by , 13 years ago | |
---|---|
File size: 585 bytes |
-
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/model/plot/colormaps/getcolormap.m
4 4 % Usage: 5 5 % map = getcolormap(options) 6 6 7 %default is jet (256)7 %default is jet 8 8 if ~exist(options,'colormap'), 9 map = jet (256);9 map = jet; 10 10 return 11 11 end 12 12
Note:
See TracBrowser
for help on using the repository browser.