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
引用格式
Sebastian Hölz (2025). GeogrCoordLabel (https://www.mathworks.com/matlabcentral/fileexchange/6387-geogrcoordlabel), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | V 1.1:
|