Geoid height from Earth Gravitational Model 1996 (EGM96)
Syntaxes of the egm96geoid
function that return referencing vectors
will be removed in a future release. Use a syntax that returns a reference object instead
(requires R2020a or later). For more information, see Compatibility Considerations.
returns the height in meters of the geoid at the specified latitude and longitude from the
Earth Gravitational Model of 1996 (EGM96). Specify latitude and
longitude in degrees. (since R2019b)N
= egm96geoid(lat
,lon
)
[
returns geoid heights for the entire globe as a 721-by-1441 matrix spaced at 15-minute
intervals with latitude limits N
,globalR
] = egm96geoid[-90 90]
and longitude limits
[0 360]
. The function also returns a geographic postings reference
object that contains spatial referencing information for the geoid heights.
(since R2020a)
[
returns a grid N
,refvec
] = egm96geoid(samplefactor
)N
of geoid heights from EGM96, sampled horizontally
and vertically at samplefactor
intervals. The output argument
refvec
is a referencing vector used to associate each geoid height
with a latitude and longitude.
[
returns geoid heights within specified latitude and longitude limits.N
,refvec
] = egm96geoid(samplefactor
,latlim
,lonlim
)