Why does lla2flat() return a negative altitude?

2 ビュー (過去 30 日間)
Dereck
Dereck 2014 年 9 月 10 日
回答済み: Geoff Hayes 2014 年 9 月 11 日
Example:
>> lla2flat([47.1168 -88.5394 161.5260], [47.1167 -88.5393], 0, 0)
ans =
11.1173 -7.5890 -161.5260

採用された回答

Geoff Hayes
Geoff Hayes 2014 年 9 月 11 日
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 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by