Mapping Toolbox
  Go to function:
    Search    Help Desk 
ismap    See Also

Test whether axes have a map definition

Syntax

Description

This command tests an axes object to determine whether it is a map axes.

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 a string message if the axes is not a map axes, specifying why not.

See Also

gcm
Get current map data structure
ismapped
Test whether object is projected on map axes


[ Previous | Help Desk | Next ]