gravitywgs84
Implement 1984 World Geodetic System (WGS84) representation of Earth gravity
Syntax
Description
implements the mathematical representation of the geocentric equipotential ellipsoid of
WGS84 using altitude g
= gravitywgs84(h
,lat
)h
and geodetic latitude
lat
.
uses both latitude and longitude, as well as other optional inputs.
g
= gravitywgs84(h
,lat
,lon
,method
,[noatm
,nocent
,prec
,jd
],action
)method
must be 'CloseApprox'
,
'Exact'
, or TaylorSeries
.
Examples
Input Arguments
Output Arguments
Limitations
The WGS84 gravity calculations are based on the assumption of a geocentric equipotential ellipsoid of revolution. Since the gravity potential is assumed to be the same everywhere on the ellipsoid, there must be a specific theoretical gravity potential that can be uniquely determined from the four independent constants defining the ellipsoid.
Limit use of the WGS84 Taylor Series model to low geodetic heights. It is sufficient near the surface when submicrogal precision is not necessary. At medium and high geodetic heights, it is less accurate.
Limit use of the WGS84 Close Approximation model to a geodetic height of 20,000.0 meters (approximately 65,620.0 feet). Below this height, the function gives results with submicrogal precision.
To predict and determine a satellite orbit with high accuracy, instead of the
gravitywgs84
function, use thegravitysphericalharmonics
function with theEGM96
option and degree and order 70.
References
[1] National Imagery and Mapping Agency (NIMA). “Department of Defense World Geodetic System 1984: Its Definition, and Relationship with Local Geodetic Systems, TR8350.2, Third Ed.” Department of Defense, Washington, DC: 1997.
Version History
Introduced in R2006b