MATLAB: Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots

black white

Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots if I use basic MATLAB version?

Best Answer

I'm not sure what you mean, but maybe it's this:
colormap(gray(256));
colorbar;
Related Question