| Contents | Index |
N = geoidheight(latitude,longitude)
N = geoidheight(latitude, longitude, modelname)
N = geoidheight(latitude, longitude, action)
N = geoidheight(latitude, longitude, modelname, action)
N = geoidheight(latitude, longitude, 'Custom', datafile)
N = geoidheight(latitude, longitude, 'Custom', datafile, action)
N = geoidheight(latitude,longitude) calculates the geoid height using the EGM96 Geopotential Model. For this model, it calculates these geoid heights to an accuracy of 0.01 m. It interpolates an array of m geoid heights at m geocentric latitudes, latitude, and m geocentric longitudes, longitude.
N = geoidheight(latitude, longitude, modelname) calculates the geoid height using the model, modelname.
N = geoidheight(latitude, longitude, action) calculates the geoid height using the EGM96 Geopotential Model. This function performs action if latitude or longitude are out of range.
N = geoidheight(latitude, longitude, modelname, action) calculates the geoid height using modelname.
N = geoidheight(latitude, longitude, 'Custom', datafile) calculates the geoid height using a custom model that datafile defines.
N = geoidheight(latitude, longitude, 'Custom', datafile, action) calculates the geoid height using the custom model. This function performs action if latitude or longitude are out of range.
This function interpolates geoid heights from a grid of point values in the tide-free system.
When using the EGM96 Model, this function has the limitations of the 1996 Earth Geopotential Model.
When using the EGM2008 Model, this function has the limitations of the 2008 Earth Geopotential Model.
The interpolation scheme wraps over the poles to allow for geoid height calculations at and near pole locations.
The geoid undulations for the EGM96 and EGM2008 models are relative to the WGS84 ellipsoid.
The WGS84 EGM96 geoid undulations have an error range of +/– 0.5 to +/– 1.0 m worldwide.
N |
An array of M geoid heights in meters. The values in this array have the same data type as latitude. |
Calculate the EGM96 geoid height at 42.4 degrees N latitude and 71.0 degrees W longitude with warning actions:
N = geoidheight( 42.4, -71.0 )
Calculate the EGM2008 geoid height at two different locations with error actions.
N = geoidheight( [39.3, 33.4], [77.2, 36.5], 'egm2008', ... 'error')
Calculate a custom geoid height at two different locations with no actions.
N = geoidheight( [39.3, 33.4], [-77.2, 36.5], 'custom', ... 'geoidegm96grid','none')
Vallado, D. A. "Fundamentals of Astrodynamics and Applications." McGraw-Hill, New York, 1997.
NIMA TR8350.2: "Department of Defense World Geodetic System 1984, Its Definition and Relationship with Local Geodetic Systems."
gravitysphericalharmonic | gravitywgs84

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |