GeogrCoordLabel(type, increment, varargin)
Function for labeling the current axis with geographic cordinate labels. The current axis range is used.
Parameters
type:
('deg', 'min' or 'sec')
increment:
increment between two labels, dependent on choice for type
varargin:
'label', var_label(e.g. 'NSEW')
Optional argument for specifying NSEW-style labels.
'origin', var_origin (e.g. [20 30])
Specify where to start labeling.
Examples and further help are given in the help section of the function (type 'help GeogrCoordLabel').
I've just been annoyed by axis labels like: 101°59'60''or alike in ArcMap.
Hope it helps
Sebinator |