phi = geodeticLatitudeFromParametric(beta,F) returns
the geodetic latitude corresponding to parametric latitude beta on
an ellipsoid with flattening F.
Create a reference ellipsoid and then convert the parametric
latitude to geodetic latitude. The reference ellipsoid contains a
flattening factor.
s = wgs84Ellipsoid;
geodeticLatitudeFromParametric(45, s.Flattening)
ans =
45.0962
Create a reference ellipsoid and then convert a parametric
latitude expressed in radians to geodetic latitude. The reference
ellipsoid contains a flattening factor.
s = wgs84Ellipsoid;
geodeticLatitudeFromParametric(pi/3, s.Flattening, 'radians')
Parametric latitude of one or more points, specified as a scalar
value, vector, matrix, or N-D array. Values must be in units that
match the input argument angleUnit, if supplied,
and in degrees, otherwise.
Data Types: single | double
Flattening of reference spheroid, specified as a scalar value.
Data Types: double
Unit of measurement for angle, specified as either 'degrees' or 'radians'.
Geodetic latitudes of one or more points, returned as a scalar
value, vector, matrix, or N-D array. Values are in units that match
the input argument angleUnit, if supplied, and
in degrees, otherwise.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.