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.

Risposte (1)

With geoscatter:
geoscatter(lat, lon, 50, z, 'filled');
geobasemap('topographic')
colorbar

Categorie

Scopri di più su Earth and Planetary Science in Centro assistenza e File Exchange

Risposto:

il 13 Ott 2022

Community Treasure Hunt

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

Start Hunting!

Translated by