• 大小: 5KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签: matlab  

资源简介

matlab画异常图时用的蓝白红色colorbar0值总是对应白色-b2r.m
b2r.png darkb2r.png
matlab画anomaly图时经常需要的蓝白红色colorbar, 0值总是对应白色,用法参考help b2r或者help darkb2r

资源截图

代码片段和文件信息

function newmap = b2r(cmin_inputcmax_input)
%BLUEWHITERED   Blue white and red color map.
%   this matlab file is designed to draw anomaly figures the color of
%   the colorbar is from blue to white and then to red corresponding to 
%   the anomaly values from negative to zero to positive respectively. 
%   The color white always correspondes to value zero. 
%   
%   You should input two values like caxis in matlab that is the min and
%   the max value of color values designed.  e.g. colormap(b2r(-35))
%   
%   the brightness of blue and red will change according to your setting
%   so that the brightness of the color corresponded to the color of his
%   opposite number
%   e.g. colormap(b2r(-36))   is from light blue to deep red
%   e.g. colormap(b2r(-33))   is fr

评论

共有 条评论