How to plot surface data on world map
조회 수: 3 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1095285/image.png)
댓글 수: 4
답변 (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
참고 항목
카테고리
Help Center 및 File Exchange에서 Geographic Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!