yrbcolormap.m.html | ![]() |
Source file: yrbcolormap.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/matlab | |
Converted: Sun May 15 2011 at 19:16:00 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
% % yellow-red-blue color map % c01 = 0:.1:1; c10 = 1:-.1:0; c0 = 0*c01; c1 = 1 + c0; yrb = [c1' c10' c0'; c10' c0' c01']; colormap(yrb)