Show Coastlines on Maps
Mostrar comentarios más antiguos

I want to mark the coastline that seperate Asia from the sea
2 comentarios
KSSV
el 3 de Mayo de 2021
What data you have? Do you have bathymetry data?
gyeonggeun kim
el 3 de Mayo de 2021
Respuestas (1)
KSSV
el 3 de Mayo de 2021
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])
Categorías
Más información sobre Weather and Atmospheric Science en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!