<< CL_cw_lambert Relative motion CL_cw_propagate >>

CelestLab >> Relative motion > CL_cw_meanChaser

CL_cw_meanChaser

Mean chaser

Calling Sequence

[Zm] = CL_cw_meanChaser(Z0,dX0,alt [,er,mu])

Description

Parameters

Z0:

Altitude of chaser at initial time in target frame [m] (1xN)

dX0:

First component of chaser velocity in target frame at initial time [m/s] (1xN)

alt:

Target altitude (from planet surface) [m] (1xN)

er:

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

mu:

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

Zm:

Mean chaser [m] (1xN)

Authors

See also

Bibliography

Examples

Z0 = [30 20 15];
dX0 = [7 8 9];
alt = [260000 180000 300000];
zm = CL_cw_meanChaser(Z0,dX0,alt);
zm = CL_cw_meanChaser(Z0,dX0,alt(1));
zm = CL_cw_meanChaser(Z0,dX0(1),alt(3));

Report an issue
<< CL_cw_lambert Relative motion CL_cw_propagate >>