Clear Filters
Clear Filters

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

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

Accepted Answer

Image Analyst
Image Analyst on 1 Sep 2012
I'm not sure what you mean, but maybe it's this:
colormap(gray(256));
colorbar;

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!