Main Content
dcm2latlon
Convert direction cosine matrix to geodetic latitude and longitude
Syntax
Description
[
calculates the geodetic latitude and longitude lat
lon
] = dcm2latlon(dcm
)lat
and
lon
for the direction cosine matrix dcm
.
[
performs an, lat
lon
] = dcm2latlon(dcm
,action
)action
, if the direction cosine matrix is invalid, that is,
not orthogonal.
[
uses a tolerance level, lat
lon
] = dcm2latlon(dcm
,action
,tolerance
)tolerance
, to evaluate if the direction cosine
matrix is within tolerance.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006b