zdatam
Adjust z-plane of map object on axesm-based map
Syntax
zdatam
zdatam(hndl)
zdatam('str')
zdatam(hndl,zdata)
zdatam('str',zdata)
Description
zdatam displays a GUI for selecting an
object from the current axes and modifying its ZData property.
zdatam(hndl) and zdatam('str') display
a GUI to modify the ZData of the object(s) specified
by the input. str is any character vectors recognized
by handlem.
zdatam(hndl,zdata) alters
the z-plane position of displayed map objects
designated by the MATLAB® graphics handle hndl.
The z-plane position may be the Z position
in the case of text objects, or the ZData property
in the case of other graphic objects. The function behaves as follows:
If
hndlis anhggrouphandle, theZDataproperty of the children in thehggroupare altered.If the handle is scalar, then
ZDatacan be either a scalar (z-plane definition), or a matrix of appropriate dimension for the displayed object.If
hndlis a vector, thenZDatacan be a scalar or a vector of the same dimension ashndl.If
ZDatais a scalar, then all objects inhndlare drawn on theZDataz-plane.If
ZDatais a vector, then each object inhndlis drawn on the plane defined by the correspondingZDataelement.If
ZDatais omitted, then a modal dialog box prompts for theZDataentry.
zdatam( identifies
the objects by the input 'str',zdata)str, where str is
any of the character vectors recognized by handlem,
and uses zdata as described above to update their ZData property.
This function adjusts the z-plane position
of selected graphics objects. It accomplishes this by setting the
objects' ZData properties to the appropriate values.
Version History
Introduced before R2006a