Filter löschen
Filter löschen

How to plot surface data on world map

1 Ansicht (letzte 30 Tage)
Arun Kumar Singh
Arun Kumar Singh am 12 Aug. 2022
Kommentiert: Arun Kumar Singh am 12 Aug. 2022
  4 Kommentare
Arun Kumar Singh
Arun Kumar Singh am 12 Aug. 2022
Arun Kumar Singh
Arun Kumar Singh am 12 Aug. 2022
My data is just like that, istead x axis would be longitude (DOY is in figure)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Abderrahim. B
Abderrahim. B am 12 Aug. 2022
Bearbeitet: Abderrahim. B am 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

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by