Effacer les filtres
Effacer les filtres

How to plot surface data on world map

1 vue (au cours des 30 derniers jours)
Arun Kumar Singh
Arun Kumar Singh le 12 Août 2022
Commenté : Arun Kumar Singh le 12 Août 2022
  4 commentaires
Arun Kumar Singh
Arun Kumar Singh le 12 Août 2022
Arun Kumar Singh
Arun Kumar Singh le 12 Août 2022
My data is just like that, istead x axis would be longitude (DOY is in figure)

Connectez-vous pour commenter.

Réponses (1)

Abderrahim. B
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
  1 commentaire
Arun Kumar Singh
Arun Kumar Singh le 12 Août 2022
but where is third parameter ?

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots 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!

Translated by