plot a map with irregular latitude and longitude

Dear All,
I have data with lat (latitude), lon (longitude), and z, I want to draw a map. However the latitude and latitude of data are irregular.

Respuestas (1)

gmflores
gmflores el 13 de Oct. de 2022
With geoscatter:
geoscatter(lat, lon, 50, z, 'filled');
geobasemap('topographic')
colorbar

Categorías

Más información sobre Earth and Planetary Science en Centro de ayuda y File Exchange.

Preguntada:

el 7 de Feb. de 2019

Respondida:

el 13 de Oct. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by