How can I use matlab land masks to check whether a position is over land or ocean?
조회 수: 5 (최근 30일)
이전 댓글 표시
I have a set of latitude and longitude positions. I need to divide these point up so that I have one set over the ocean and one set over the land. Any ideas how I can use Matlab to do this. I have thought about using the land masks used in the mapping toolbox but I'm not sure how to go about implementing this?
Thanks James
댓글 수: 0
답변 (1개)
Chad Greene
2014년 12월 5일
land = landmask(lat,lon);
댓글 수: 2
DGM
2022년 3월 9일
Nobody can know what you wrote or what error you are getting unless you reveal that information.
참고 항목
카테고리
Help Center 및 File Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!