Can I make NaN show up black instead of white in pcolor?

1 view (last 30 days)
Here's the code I have:
skincom(skincom==0)=NaN;
pcolor(skincom)
I want to assign NaN as black not white.

Answers (0)

Categories

Find more on Geographic Plots 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!