Convert coordinates from LLLN to ECEF

조회 수: 4 (최근 30일)
Elad G
Elad G 2015년 8월 4일
편집: Kelly Kearney 2015년 8월 4일
Hi all , I want to conver LLLN to ECEF , according to specific point.
LLLN vector ( x , y, z ) Point ( Lat,Long,Alt)
and the ouput is ECEF (X,Y,Z)
I didn't find any function that do this. thanks to all
Elad

답변 (1개)

Sebastian Castro
Sebastian Castro 2015년 8월 4일
All that functionality would be in the Aerospace Toolbox. For instance, there is a lla2ecef function.
If you don't have access to that toolbox, I'm sure someone out there on the Internet has made this and posted it up. A quick search gave me something from 2005 that might still work.
- Sebastian
  댓글 수: 1
Kelly Kearney
Kelly Kearney 2015년 8월 4일
편집: Kelly Kearney 2015년 8월 4일
The equations are pretty straightforward... here's an option very similar to the 2005 one Sebastian linked to, except that it allows you to specify the reference ellipsoid if you wish: llh2xyz.m.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Functions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by