Map object properties
mat = getm(h)
mat = getm(h,MapPropertyName)
getm('MapProjection')
getm('axes')
getm('units')
mat = getm(h)
returns the
map structure of the map axes specified by its handle. If the handle
of a child of the map axes is specified, only its properties are returned.
mat = getm(h,MapPropertyName)
returns the specified
property value.
getm('MapProjection')
lists
all available projections.
getm('axes')
lists the map
axes properties by property name.
getm('units')
lists the
available units.
Create a default map axes and query a property value:
axesm('mercator','AngleUnits','degrees') getm(gca,'MapParallels') ans = 0