How to plot surface data on world map

4 views (last 30 days)
Arun Kumar Singh
Arun Kumar Singh on 12 Aug 2022
Commented: Arun Kumar Singh on 12 Aug 2022
  4 Comments
Arun Kumar Singh
Arun Kumar Singh on 12 Aug 2022
My data is just like that, istead x axis would be longitude (DOY is in figure)

Sign in to comment.

Answers (1)

Abderrahim. B
Abderrahim. B on 12 Aug 2022
Edited: Abderrahim. B on 12 Aug 2022
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

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!