: phi = con2geo (chi)
: phi = con2geo (chi, spheroid)
: phi = con2geo (chi, spheroid, angleUnit)

Returns the geodetic latitude given latitude conformal chi

Input

  • chi: the conformal latitude(s). Scalar, vector or nD arrays are accepted.
  • (optional) spheroid: referenceEllipsoid parameter struct: the default is wgs84.
  • (optional) angleUnit: string for angular units (’degrees’ or ’radians’, case-insensitive, just the first charachter will do). Default is ’degrees’.

Output

  • phi: the geodetic latitude(s), shape similar to chi.

Example

con2geo(44.8077)
ans =  45.000

See also: geo2auth, geo2con, geo2iso, geo2rect, rect2geo.

Package: mapping