lat = forward(converter,phi)
returns the authalic, conformal, isometric, or rectifying latitude coordinates
corresponding to geodetic latitude coordinates phi.
Specify geodetic latitude coordinates and convert them to radians. Create a rectifying latitude converter. Then, convert the coordinates by specifying the angle unit as 'radians'.
converter — Latitude converter AuthalicLatitudeConverter,
ConformalLatitudeConverter,
IsometricLatitudeConverter, or
RectifyingLatitudeConverter object
phi — Geodetic latitude coordinates numeric scalar, vector, matrix, or N-D array
Geodetic latitude coordinates, specified as a numeric scalar value,
vector, matrix, or N-D array. If angleUnit is not
supplied, phi is in degrees. Otherwise, values of
phi must be consistent with the units of
angleUnit.
Data Types: single | double
angleUnit — Unit of geodetic latitude coordinates 'degrees' (default) | 'radians'
Units of geodetic latitude coordinates, specified as
'degrees' or 'radians'.