필터 지우기
필터 지우기

Color area outside of polygon/shapefile?

조회 수: 19 (최근 30일)
Ryan
Ryan 2016년 3월 9일
답변: Erin Browne 2019년 3월 19일
Hi,
I have a shapefile of the U.S.. I am simply looking to fill the outside of this shapefile with a particular color. I'm sure there is a simple solution but cannot find..
Thank you!

답변 (2개)

Chad Greene
Chad Greene 2016년 3월 9일
Hi Ryan,
Perhaps you're looking for setm with the 'ffacecolor' option.
worldmap('world')
geoshow('landareas.shp')
setm(gca,'ffacecolor',rgb('ocean blue'))
Above I used rgb to get the rgb values of ocean blue.
  댓글 수: 8
Ryan
Ryan 2016년 4월 11일
Thanks for this Chad! Its a step in the right direction however I noticed that the resolution isn't very good on it. I may have to find another solution.
Chad Greene
Chad Greene 2016년 4월 11일
If you have a shapefile, you can simply determine which pixels in your lat/lon grid fall within the bounds of the shapefile's polygon using inpolygon. If your shapefile contains multiple polygons, use Kelly Kearney's inpolygons.

댓글을 달려면 로그인하십시오.


Erin Browne
Erin Browne 2019년 3월 19일
Hi I am wondering instead of setting the ocean color how would you do that for the land masses?

Community Treasure Hunt

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

Start Hunting!

Translated by