How can I use matlab land masks to check whether a position is over land or ocean?
18 次查看(过去 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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!