Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots?
25 views (last 30 days)
Show older comments
Is there MATLAB function allow the colorbar to (white -> black) on the unform coloriation from multi-plots if I use basic MATLAB version?
0 Comments
Accepted Answer
Image Analyst
on 1 Sep 2012
I'm not sure what you mean, but maybe it's this:
colormap(gray(256));
colorbar;
2 Comments
More Answers (0)
See Also
Categories
Find more on White in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!