Effacer les filtres
Effacer les filtres

ECI to LLA syntax?

5 vues (au cours des 30 derniers jours)
Evan Mossel
Evan Mossel le 20 Juil 2018
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

Réponses (1)

Pinkesh Narsinghani
Pinkesh Narsinghani le 2 Août 2018
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]);
For more details you can go through this documentation of eci2lla : eci2lla Syntax
Hope this helps,
Pinkesh Narsinghani

Catégories

En savoir plus sur Cartesian Coordinate System Conversion dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by