<< Relative motion Relative motion CL_cw_Nmatrix >>

CelestLab >> Relative motion > CL_cw_Mmatrix

CL_cw_Mmatrix

Clohessy-Wiltshire M transformation matrix

Calling Sequence

M = CL_cw_Mmatrix(alt,delta_t [,er,mu])

Description

Parameters

alt:

Target altitude (semi-major axis minus equatorial radius) [m] (1xN or 1x1)

delta_t:

Time step [s] (1xN or 1x1)

er:

(optional) Equatorial radius [m] (default is %CL_eqRad)

mu:

(optional) Gravitational constant [m^3/s^2] (default is %CL_mu)

M:

Clohessy-Wiltshire "M" transformation matrix (6x6xN)

Authors

See also

Bibliography

Examples

alt = [350.e3 550.e3];
delta_t = [100 150];
[M]=CL_cw_Mmatrix(alt,delta_t)

Report an issue
<< Relative motion Relative motion CL_cw_Nmatrix >>