keplerian2ijk
Position and velocity vectors in geocentric equatorial coordinate system using Keplerian orbit elements
Syntax
Description
[
calculates the position and velocity vectors in the geocentric equatorial coordinate system
(IJK) for given Keplerian orbit elements of noncircular, inclined orbits.r_ijk
,v_ijk
] = keplerian2ijk(a
,ecc
,incl
,RAAN
,argp
,nu
)
[
specifies orbit element properties using one or more name-value pair arguments. For example,
r_ijk
,v_ijk
] = keplerian2ijk(___,Name,Value
)'truelon','17'
specifies the angle between the
x-axis and CubeSat position vector. Specify name-value pair arguments
after all other input arguments.
Examples
Input Arguments
Output Arguments
References
[1] Vallado, D. A. Fundamentals of Astrodynamics and Applications. alg. 5. McGraw-Hill, 1997.
Version History
Introduced in R2019a
See Also
ecef2eci
| eci2ecef
| dcmeci2ecef
| aeroReadIERSData
| deltaCIP
| polarMotion
| deltaUT1
| ijk2keplerian
| siderealTime
| CubeSat Vehicle (Aerospace Blockset)