Create a reference ellipsoid and then convert the geodetic
latitude to parametric latitude. The reference ellipsoid contains
a flattening factor.
s = wgs84Ellipsoid;
parametricLatitude(45, s.Flattening)
ans =
44.9038
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;
parametricLatitude(pi/3, s.Flattening, 'radians')
Geodetic 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: single | double
Unit of measurement for angle, specified as 'degrees' or 'radians'.
Parametric 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.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.