ECI to LLA syntax?
3 ビュー (過去 30 日間)
古いコメントを表示
What is the syntax for converting Earth centered coordinates (x,y,z) to LLA FK5 as shown in the link?
https://www.mathworks.com/help/aeroblks/ecipositiontolla.html
0 件のコメント
回答 (1 件)
Pinkesh Narsinghani
2018 年 8 月 2 日
Hi Evan,
For syntax of ECI to LLA you can use ‘eci2lla’ command as stated in the example below:
To convert the position to LLA coordinates from ECI coordinates for [-6.07 -1.28 0.66]*1e6 at 01/17/2010 10:20:36 UTC.
>>lla = eci2lla([-6.07 -1.28 0.66]*1e6,[2010 1 17 10 20 36]);
Hope this helps,
Pinkesh Narsinghani
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!