How to plot surface data on world map
古いコメントを表示

4 件のコメント
Arun Kumar Singh
2022 年 8 月 12 日
Abderrahim. B
2022 年 8 月 12 日
編集済み: Abderrahim. B
2022 年 8 月 12 日
Okay, where is your data or at least a snap of your data !
Arun Kumar Singh
2022 年 8 月 12 日
Arun Kumar Singh
2022 年 8 月 12 日
回答 (1 件)
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
カテゴリ
ヘルプ センター および File Exchange で Orange についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

