
plot a map with irregular latitude and longitude
2 ビュー (過去 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!