www.gusucode.com > map 案例源码 matlab代码程序 > map/ConvertGeocentricLatitudeToGeodeticLatitudeExample.m

    %% Convert Geocentric Latitude to Geodetic Latitude
% 
%%
% Create a reference ellipsoid.
s = wgs84Ellipsoid;
%%
% Convert the geocentric latitude to geodetic latitude. The reference
% ellipsoid contains a flattening factor.
geodeticLatitudeFromGeocentric(45, s.Flattening)