- 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!