How to plot surface data on world map
Mostra commenti meno recenti

4 Commenti
Arun Kumar Singh
il 12 Ago 2022
Abderrahim. B
il 12 Ago 2022
Modificato: Abderrahim. B
il 12 Ago 2022
Okay, where is your data or at least a snap of your data !
Arun Kumar Singh
il 12 Ago 2022
Arun Kumar Singh
il 12 Ago 2022
Risposte (1)
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
1 Commento
Arun Kumar Singh
il 12 Ago 2022
Categorie
Scopri di più su Orange in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

