Main Content

mlabel

Control meridian labels on axesm-based map

Syntax

mlabel
mlabel('on')
mlabel('off')
mlabel('reset')
mlabel(parallel)
mlabel(MapAxesPropertyName,PropertyValue,...)

Description

mlabel toggles the visibility of meridian labeling on the current axesm-based map.

mlabel('on') sets the visibility of meridian labels to 'on'.

mlabel('off') sets the visibility of meridian labels to 'off'.

mlabel('reset') resets the displayed meridian labels using the currently defined meridian label properties.

mlabel(parallel) sets the value of the MLabelParallel property of the axesm-based map to the value of parallel. This determines the parallel upon which the labels are placed (see axesm). The options for parallel are a scalar latitude or 'north', 'south', or 'equator'.

mlabel(MapAxesPropertyName,PropertyValue,...) allows paired axesm-based map property names and property values to be passed in. For a complete description of axesm-based map properties, see axesm-Based Map Properties.

Meridian label handles can be returned in h if desired.

Version History

Introduced before R2006a