爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 3653|回复: 0

[程序设计] matlab创建colormap colorbar

[复制链接]

新浪微博达人勋

发表于 2019-10-16 16:56:07 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
mycolorpoint=[[0.5 0.0 0.0];
    [0.7 0.0 0.0];
    [0.8 0.0 0.0];
    [0.9 0.0 0.0];
    [1.0 0.0 0.0];
    [1.0 0.1 0.1];
    [1.0 0.3 0.3];
    [1.0 0.5 0.5];
    [1.0 0.7 0.7];
    [1.0 0.8 0.8];
    [0.8 0.8 1.0];
    [0.7 0.7 1.0];
    [0.5 0.5 1.0];
    [0.3 0.3 1.0];
    [0.1 0.1 1.0];
    [0.0 0.0 1.0];
    [0.0 0.0 0.9];
    [0.0 0.0 0.8];
    [0.0 0.0 0.7];
    [0.0 0.0 0.5]];
mycolorposition=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20];
mycolormap_r=interp1(mycolorposition,mycolorpoint(:,1),1:20,'linear','extrap');
mycolormap_g=interp1(mycolorposition,mycolorpoint(:,2),1:20,'linear','extrap');
mycolormap_b=interp1(mycolorposition,mycolorpoint(:,3),1:20,'linear','extrap');
mycolor=[mycolormap_r',mycolormap_g',mycolormap_b'];
mycolor=round(mycolor*10^4)/10^4;%保留4位小数

密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表