
plot a map with irregular latitude and longitude
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (1개)
gmflores
2022년 10월 13일
With geoscatter:
geoscatter(lat, lon, 50, z, 'filled');
geobasemap('topographic')
colorbar

댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!