Locate A Point On Map
古いコメントを表示
Hi everyone,
I am trying to locate a point with a specified latitude and longitude coordinates on the map. I use this code below;
worldmap([40.510 41.284],[28.761,30.511]);
geoshow('landareas.shp', 'FaceColor', 'yellow');
scatterm(40.702,29.431,'r','o','filled');
This point is exhibited as circle on the map but I cannot change its size. How can I solve this problem?
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Vector and Raster Map Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!