ismap

True for axes with map projection

Syntax

mflag = ismap
mflag = ismap(hndl)
[mflag,msg] = ismap(hndl)

Description

mflag = ismap returns a 1 if the current axes is a map axes, and 0 otherwise.

mflag = ismap(hndl) specifies the handle of the axes to be tested.

[mflag,msg] = ismap(hndl) returns the character vector msg if the axes is not a map axes, specifying why not.

The ismap function tests an axes object to determine whether it is a map axes.

See Also

|

Introduced before R2006a