Figure plot with the lowest value set as distinct colormap.
figure; imagesc(Temperature)
icol = colormap;
icol(1,:) = [0 0 0]; % or 111 for white
colormap(icol);
No comments:
Post a Comment