plot a map with irregular latitude and longitude

조회 수: 9 (최근 30일)
Muhammad Uswah Pawara
Muhammad Uswah Pawara 2019년 2월 7일
답변: gmflores 2022년 10월 13일
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.

답변 (1개)

gmflores
gmflores 2022년 10월 13일
With geoscatter:
geoscatter(lat, lon, 50, z, 'filled');
geobasemap('topographic')
colorbar

카테고리

Help CenterFile Exchange에서 Map Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by