How to plot surface data on world map

9 visualizzazioni (ultimi 30 giorni)
Arun Kumar Singh
Arun Kumar Singh il 12 Ago 2022
Commentato: Arun Kumar Singh il 12 Ago 2022
  4 Commenti
Arun Kumar Singh
Arun Kumar Singh il 12 Ago 2022
My data is just like that, istead x axis would be longitude (DOY is in figure)

Accedi per commentare.

Risposte (1)

Abderrahim. B
Abderrahim. B il 12 Ago 2022
Modificato: Abderrahim. B il 12 Ago 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

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by