how to fill color outside of a map plot in matlab like an example given below

1 view (last 30 days)
plot111.jpg

Answers (1)

Walter Roberson
Walter Roberson on 12 Dec 2019
poly2mask() and repmat() [1 1 3], and set those locations in the RGB array to the maximum for your color range (typically 255 for uint8)

Categories

Find more on Author Block Masks in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!