GeogrCoordLabel
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
Cite As
Sebastian Hölz (2024). GeogrCoordLabel (https://www.mathworks.com/matlabcentral/fileexchange/6387-geogrcoordlabel), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | V 1.1:
|