Closest Approach Between the Earth and Heliocentric Objects
Versión 1.2.0.0 (15,6 MB) por
David Eagle
MATLAB script that predicts closest approach between the Earth and heliocentric objects.
The cae2ho.m script uses a Runge-Kutta-Fehlberg 7(8) numerical method to numerically integrate the first-order form of the orbital equations of motion. This is a variable step size method of order 7 with an 8th order error estimate which is used to dynamically change the integration step size during the simulation. This software also uses a one-dimensional minimization algorithm due to Richard Brent to solve the close approach problem. Additional information about this numerical method can be found in the book, Algorithms for Minimization Without Derivatives, R. Brent, Prentice-Hall, 1972. As the title indicates, this algorithm does not require derivatives of the objective function. This feature is important because the analytic first derivative of many objective functions may be difficult to derive. The objective function for this program is the scalar geocentric distance of the celestial body or spacecraft.
Citar como
David Eagle (2025). Closest Approach Between the Earth and Heliocentric Objects (https://www.mathworks.com/matlabcentral/fileexchange/39270-closest-approach-between-the-earth-and-heliocentric-objects), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2019b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Aerospace and Defense > Aerospace Toolbox > Standard Workflow Procedures > Physical and Time Unit Conversions >
Más información sobre Physical and Time Unit Conversions en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.2.0.0 | Updated to use JPL SPICE *.bsp ephemeris files. Orbital elements data file for Apophis has been updated to the July 1, 2021 data. Fixed bug involving minimum closest approach option. |
||
1.1.0.0 | Updated fundamental transformation matrix. Also updated PDF user's manual to reflect this modification. |
||
1.0.0.0 |