- Try to approximate aspect ratio by setting equal latitude and longitude ranges with “MapLatLimit” and “MapLonLimit”.
- Use “daspectm('m',1)” to adjust the meridian-to-parallel distance ratio, though it may not be perfect.
- For precise 1:1 distance ratio, consider an azimuthal projection for small areas.
Aspect Ratio for geoaxes
10 ビュー (過去 30 日間)
古いコメントを表示
I am trying to set the data aspect ratio for a geoaxes() similar to doing axis equal or axis square in a regular axes(). Any guidance would be appreciated.
0 件のコメント
回答 (1 件)
Abhinaya Kennedy
2024 年 2 月 15 日
Hi Mia,
In MATLAB, for a “geoaxes” object, you cannot directly set an equal data aspect ratio like axis equal due to the nature of map projections. However, you can
You can also refer to the links below.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Geographic Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!