How to plot surface data on world map
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

4 Kommentare
Antworten (1)
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
Siehe auch
Kategorien
Mehr zu Orange 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!