Conversion of UTM Coordinates to Spherical Coordinates

버전 1.0.0.0 (5.42 KB) 작성자: Gabriel Ruiz-Martinez
Little GUI allows you convert UTM coordinates to spherical coordinates.
다운로드 수: 6K
업데이트 날짜: 2006/9/5

라이선스 보기

0. Syntax:[long,lonm,lons,latg,latm,lats,Direction] = UTMIP(instruccion)

1. With this little routine, you can get the transformation or the conversion of UTM coordinates to spherical coordinates, you can choose different ellipsoids to execute the conversion.

2. Inputs:
x, y, utm zone, and hemisphere.

3. Outputs:
Latitude, Longitude and the reference of the Longitude.

4. Notes:
It's only necessary to run the function.
I designed the window in order to display in a screen of 1024 x 768.
This is the "inverse problem" of Spherical coordinates to UTM coordinates. You can also see the routine:
Conversion of Spherical Coordinates to UTM Coordinates, on Matlab Central -File Exchange, ID File: 8043.

5. Referents:
Page of Gabriel Ortiz.

Author: Gabriel Ruiz Martinez, Civil Engineer .
If you'll detect any mistake or bug, may you communicate me?
%September 2006
%v1.2.
%Modifications:
I added the lines 305 and 308.

인용 양식

Gabriel Ruiz-Martinez (2024). Conversion of UTM Coordinates to Spherical Coordinates (https://www.mathworks.com/matlabcentral/fileexchange/8188-conversion-of-utm-coordinates-to-spherical-coordinates), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Coordinate Reference Systems에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

In order to solve the problem that Sang-Ho Yun found, I changed somes lines. Thanks Sang-Ho Yun.