matlab color_rain colorbar

来自http://www.aos.wisc.edu/~dvimont/matlab/Graphics_Tools/color_rain.html

Listing of script color_rain

cmap = [ ...
1.0000 1.0000 1.0000
0.6667 1.0000 0.6667
0.3333 1.0000 0.3333
0 0.9192 0
1.0000 1.0000 0
1.0000 0.5000 0
0.8000 0 0
];
colormap(cmap);

matlab color_rain  colorbar

mycmap =

1.0000    1.0000    1.0000
    0.9333    0.9333    0.9333
    0.8000    0.8000    1.0000
    0.7020    0.7804    1.0000
    1.0000    1.0000         0
    1.0000    0.5000         0
    1.0000         0         0matlab color_rain  colorbar

上一篇:EF Code First学习笔记:数据库创建


下一篇:去除下载电影和电视剧文件名中的多余字符[python实现]