このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。
geod2geoc
測地緯度を地心緯度に変換する
構文
説明
WGS84 楕円体惑星
は、測地緯度の配列 geocentricLatitude
= geod2geoc(geodeticLatitude
,height
)geodeticLatitude
と惑星楕円体上の高度の配列 height
を地心緯度の配列 geocentricLatitude
に変換します。
[
は、惑星の中心から重心までの半径 geocentricLatitude
,radii
] = geod2geoc(geodeticLatitude
,height
)radii
の配列を返します。
特定の楕円体惑星
は、特定の楕円体惑星の測地緯度から地心緯度に変換します。 geocentricLatitude
= geod2geoc(geodeticLatitude
,height
,model
)
[
は、惑星の中心から重心までの半径 geocentricLatitude
,radii
] = geod2geoc(geodeticLatitude
,height
,model
)radii
を返します。
カスタム楕円体惑星
は、平坦化 geocentricLatitude
= geod2geoc(geodeticLatitude
,height
,flattening
,Re
)flattening
と赤道半径 equatorialRadius
によって定義されるカスタム楕円体惑星の測地緯度から地心緯度に変換します。
[
は、惑星の中心から重心までの半径 geocentricLatitude
,radii
] = geod2geoc(geodeticLatitude
,height
,flattening
,Re
)radii
を返します。
例
入力引数
出力引数
制限
この関数は、±90 度の範囲にある地心緯度を生成します。
参照
[1] Stevens, Brian L., Frank L. Lewis, Aircraft Control and Simulation, Wiley–Interscience, 1992.
バージョン履歴
R2006b で導入