Mapping Toolbox    
antipode

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:


  angledim areaint