How to plot surface data on world map

4 comentarios

Arun Kumar Singh
Arun Kumar Singh el 12 de Ag. de 2022
I want plot like this.. which has lat, lon and 3rd parameter to be plotted on world map
Abderrahim. B
Abderrahim. B el 12 de Ag. de 2022
Editada: Abderrahim. B el 12 de Ag. de 2022
Okay, where is your data or at least a snap of your data !
Arun Kumar Singh
Arun Kumar Singh el 12 de Ag. de 2022
Arun Kumar Singh
Arun Kumar Singh el 12 de Ag. de 2022
My data is just like that, istead x axis would be longitude (DOY is in figure)

Iniciar sesión para comentar.

Respuestas (1)

Abderrahim. B
Abderrahim. B el 12 de Ag. de 2022
Editada: Abderrahim. B el 12 de Ag. de 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

Categorías

Productos

Preguntada:

el 12 de Ag. de 2022

Comentada:

el 12 de Ag. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by