plot a map with irregular latitude and longitude

6 Ansichten (letzte 30 Tage)
Muhammad Uswah Pawara
Muhammad Uswah Pawara am 7 Feb. 2019
Beantwortet: gmflores am 13 Okt. 2022
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.

Antworten (1)

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

Community Treasure Hunt

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

Start Hunting!

Translated by