plot a map with irregular latitude and longitude
Show older comments
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.
Answers (1)
gmflores
on 13 Oct 2022
With geoscatter:
geoscatter(lat, lon, 50, z, 'filled');
geobasemap('topographic')
colorbar

Categories
Find more on Coordinate Reference Systems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!