中文说明:%[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];