필터 지우기
필터 지우기

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

카테고리

Help CenterFile Exchange에서 2-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