Borrar filtros
Borrar filtros

Aspect Ratio for geoaxes

14 visualizaciones (últimos 30 días)
Mia Hoffman
Mia Hoffman el 29 de Nov. de 2021
Respondida: Abhinaya Kennedy el 15 de Feb. de 2024
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.

Respuestas (1)

Abhinaya Kennedy
Abhinaya Kennedy el 15 de Feb. de 2024
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
  1. Try to approximate aspect ratio by setting equal latitude and longitude ranges with “MapLatLimit” and “MapLonLimit”.
  2. Use “daspectm('m',1)” to adjust the meridian-to-parallel distance ratio, though it may not be perfect.
  3. For precise 1:1 distance ratio, consider an azimuthal projection for small areas.
You can also refer to the links below.

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by