フィルターのクリア

How to plot surface data on world map

1 回表示 (過去 30 日間)
Arun Kumar Singh
Arun Kumar Singh 2022 年 8 月 12 日
コメント済み: Arun Kumar Singh 2022 年 8 月 12 日
  4 件のコメント
Arun Kumar Singh
Arun Kumar Singh 2022 年 8 月 12 日
Arun Kumar Singh
Arun Kumar Singh 2022 年 8 月 12 日
My data is just like that, istead x axis would be longitude (DOY is in figure)

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

回答 (1 件)

Abderrahim. B
Abderrahim. B 2022 年 8 月 12 日
編集済み: Abderrahim. B 2022 年 8 月 12 日
Hi!
Adapt this example to your case.
[N,R] = egm96geoid;
load coastlines
worldmap("world")
geoshow(N,R,'DisplayType','surface')
geoshow(coastlat,coastlon,'Color','k')
colormap("parula")
colorbar
Hope this helps
  1 件のコメント
Arun Kumar Singh
Arun Kumar Singh 2022 年 8 月 12 日
but where is third parameter ?

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

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by