image processing我要分享

image processing

matlab

关注次数: 193

下载次数: 0

文件大小: 4.44 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:%[Lat,Lon]=utm2deg(x,y,utmzone)


English Description:

% [Lat,Lon] = utm2deg(x,y,utmzone) % % Description: Function to convert vectors of UTM coordinates into Lat/Lon vectors (WGS84). % Some code has been extracted from deg2utm.m function by Rafael Palacios. % % Inputs: %    x, y , utmzone. % % % Example 1: % x=[ 458731;  407653;  239027;  230253;  343898;  362850]; % y=[4462881; 5126290; 4163083; 3171843; 4302285; 2772478];


代码预览