I want to mark the coastline that seperate Asia from the sea

2 件のコメント

KSSV
KSSV 2021 年 5 月 3 日
What data you have? Do you have bathymetry data?
gyeonggeun kim
gyeonggeun kim 2021 年 5 月 3 日
No I don't have bathymetry data. I have AVISO geostrophic velocity field data.
Is there a code to mark the coastline?

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2021 年 5 月 3 日

0 投票

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 ExchangeWeather and Atmospheric Science についてさらに検索

タグ

質問済み:

2021 年 5 月 3 日

回答済み:

2021 年 5 月 3 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by