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개)
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!

