Mapping Toolbox | ![]() ![]() |
Determine the antipodes of a geographic point
Syntax
Description
[newlat,newlong] = antipode(lat,long) returns the geographic coordinates of the points exactly opposite on the globe from the input points given by lat
and long
.
[newlat,newlong] = antipode(lat,long,units
) specifies the standard angle units string, where units
is any valid angle units string. The default value is 'degrees'
.
Examples
Given a point (43ºN, 15ºE), find its antipode:
antipode
demonstrates this:
Note that in this case, longitudes are irrelevant because all meridians converge at the poles.
![]() | angledim | areaint | ![]() |