geod2geoc
Convert geodetic latitude to geocentric latitude
Syntax
Description
WGS84 Ellipsoid Planet
converts an array of geodetic latitudes, geocentricLatitude
= geod2geoc(geodeticLatitude
,height
)geodeticLatitude
, and an
array of heights above the planetary ellipsoid, height
, into an array
of geocentric latitudes, geocentricLatitude
.
[
returns an array of radii geocentricLatitude
,radii
] = geod2geoc(geodeticLatitude
,height
)radii
from the center of the planet to the
center of gravity.
Specific Ellipsoid Planet
converts from geodetic to geocentric latitude for a specific ellipsoid planet. geocentricLatitude
= geod2geoc(geodeticLatitude
,height
,model
)
[
returns the radius geocentricLatitude
,radii
] = geod2geoc(geodeticLatitude
,height
,model
)radii
from the center of the planet to the center
of gravity.
Custom Ellipsoid Planet
converts from geodetic to geocentric latitude for a custom ellipsoid planet defined by
flattening, geocentricLatitude
= geod2geoc(geodeticLatitude
,height
,flattening
,Re
)flattening
, and the equatorial radius,
equatorialRadius
.
[
returns the radius geocentricLatitude
,radii
] = geod2geoc(geodeticLatitude
,height
,flattening
,Re
)radii
from the center of the planet to the center
of gravity.
Examples
Input Arguments
Output Arguments
Limitations
This function generates a geocentric latitude that lies between ±90 degrees.
References
[1] Stevens, Brian L., Frank L. Lewis, Aircraft Control and Simulation, Wiley–Interscience, 1992.
Version History
Introduced in R2006b