Thursday, September 10, 2015

Plot Clouds as white pix

Plot Clouds
figure;
c95copy = double(c95)+1;
imagesc(c95copy);
icol = colormap;
icol(64,:) = [1 1 1];
colormap(icol)

No comments: