plot scientific data for one specific country
이전 댓글 표시
I want to plot satellite data for china using MATLABs mapping toolbox. I manage to do so for China and its surroundings, but I want to exclude all data and the parts of the map that do not belong to China from the plot. Does anyone have an idea how to do it?
답변 (2개)
Chad Greene
2014년 5월 30일
0 개 추천
If you have the outline of China's borders you could use inpolygon.
Kelly Kearney
2014년 5월 30일
0 개 추천
The exact method would depend on the type of data (points? polygons?).
To get you started, I'd look at inpolygon, polybool, maptrimp, maptriml, and maptrims.
카테고리
도움말 센터 및 File Exchange에서 Vector and Raster Map Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!