Why does lla2flat() return a negative altitude?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dereck
le 10 Sep 2014
Réponse apportée : Geoff Hayes
le 11 Sep 2014
Example:
>> lla2flat([47.1168 -88.5394 161.5260], [47.1167 -88.5393], 0, 0)
ans =
11.1173 -7.5890 -161.5260
0 commentaires
Réponse acceptée
Geoff Hayes
le 11 Sep 2014
Dereck - check the Algorithms section from lla2flat: The flat Earth z-axis value is the negative altitude minus the reference height (href).
Since your reference height is zero, then the z-axis value is simply -161.5260.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!