dRVdt = twoBodyOde(t, RV, mu)
- Average Method:
[rt, vt] = rv02rvf_aveJ2(r0, v0, dt, mu, Re)
- Exact
perturbation (ODE)
dRVdt = twoBodyJ2Ode(t, RV, mu, Re)
The ODE equations please use MATLAB to solve the ODE solver ode45 (recommended).
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
dRVdt = twoBodyOde(t, RV, mu)
[rt, vt] = rv02rvf_aveJ2(r0, v0, dt, mu, Re)
dRVdt = twoBodyJ2Ode(t, RV, mu, Re)
The ODE equations please use MATLAB to solve the ODE solver ode45 (recommended).