Show Coastlines on Maps
이전 댓글 표시

I want to mark the coastline that seperate Asia from the sea
댓글 수: 2
KSSV
2021년 5월 3일
What data you have? Do you have bathymetry data?
gyeonggeun kim
2021년 5월 3일
답변 (1개)
KSSV
2021년 5월 3일
Download the bathymetry data from this link: https://www.gebco.net/data_and_products/gridded_bathymetry_data/ to your required domain and resolution.
If X, Y, H is your regions grid coordinates and bahymetry/ depth data, you can get coastline using:
contour(X,Y,H,[0 0])
카테고리
도움말 센터 및 File Exchange에서 Weather and Atmospheric Science에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!