GeogrCoordLabel

版本 1.0.0.0 (2.8 KB) 作者: Sebastian Hölz
Function to label axis with geographical coordinates.
1.8K 次下载
更新时间 2005/8/2

查看许可证

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 (2024). GeogrCoordLabel (https://www.mathworks.com/matlabcentral/fileexchange/6387-geogrcoordlabel), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Axis Labels 的更多信息

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:
- Included Switch for specifying origin for labeling.
- Fixed format (2 digits) output for min and sec.
- Minor changes.