Covert lat, lon, alt to ECEF Cartesian

버전 1.0.0.0 (671 Bytes) 작성자: Michael Kleder
Convert latitude, longitude,altitude to earth-centered, earth-fixed (ECEF) cartesian coordinate.
다운로드 수: 19.2K
업데이트 날짜: 2005/7/1

라이선스 없음

LLA2ECEF - convert latitude, longitude, and altitude to earth-centered, earth-fixed (ECEF) cartesian coordinates

USAGE:
[x,y,z] = lla2ecef(lat,lon,alt)

x = ECEF X-coordinate (m)
y = ECEF Y-coordinate (m)
z = ECEF Z-coordinate (m)
lat = geodetic latitude (radians)
lon = longitude (radians)
alt = height above WGS84 ellipsoid (m)

Notes: This function assumes the WGS84 model. Latitude is customary geodetic (not geocentric).

Source: "Department of Defense World Geodetic System 1984," Page 4-4. National Imagery and Mapping Agency. NIMA TR8350.2

Michael Kleder, July 2005

인용 양식

Michael Kleder (2024). Covert lat, lon, alt to ECEF Cartesian (https://www.mathworks.com/matlabcentral/fileexchange/7942-covert-lat-lon-alt-to-ecef-cartesian), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
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