I want plot like this.. which has lat, lon and 3rd parameter to be plotted on world map
How to plot surface data on world map
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

4 commentaires
Réponses (1)
Abderrahim. B
le 12 Août 2022
Modifié(e) : Abderrahim. B
le 12 Août 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
Voir également
Catégories
En savoir plus sur Map Display dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!