
plot a map with irregular latitude and longitude
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
gmflores
el 13 de Oct. de 2022
With geoscatter:
geoscatter(lat, lon, 50, z, 'filled');
geobasemap('topographic')
colorbar

0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!