geod2geoc
Convert geodetic latitude to geocentric latitude
Syntax
Description
WGS84 Ellipsoid Planet
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
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
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