: phi = rect2geo (mu)
: phi = rect2geo (mu, spheroid)
: phi = rect2geo (mu, spheroid, angleUnit)

Returns the geodetic latitude given rectifying latitude mu

Input

  • mu: the rectifying latitude(s). Can be a scalar value, a vector or an nD array.
  • (optional) spheroid: referenceEllipsoid parameter struct: the default is wgs84.
  • (optional) angleUnit: string for angular units (’degrees’ or ’radians’, case-insensitive, just the first character will do). Default is ’degrees’.

Output

  • phi: the geodetic latitude(s), same shape as mu.

Example

rect2geo(44.856)
ans =  45.000

See also: geo2auth, geo2con, geo2iso, geo2rect.

Package: mapping