Graphics Display of the Orbital Characteristics of the Moon

MATLAB script which graphically displays the orbital characteristics of the the Moon's motion.
515 Downloads
Updated 24 Nov 2024

View License

Graphically displays the following information; semimajor axis, eccentricity, orbital inclination, argument of perigee, right ascension of the ascending node, true anomaly, argument of latitude, apogee radius, perigee radius, geocentric distance, geocentric speed, geocentric declination, ecliptic inclination, ecliptic argument of perigee and longitude of ascending node.
This MATLAB script reads JPL DE430 lunar and solar ephemerides in a machine-independent binary format (kernels) which are available from the SPICE web site and by anonymous ftp from ftp://ssd.jpl.nasa.gov/pub/eph/planets/bsp. These *.bsp ephemeris files are IEEE-Little Endian style of binary kernel. This is the binary form native to PC/Linux, PC/Windows and MAC/Intel machines. Additional information about JPL ephemerides can be found at http://naif.jpl.nasa.gov/naif/.
The moon_plot script uses routines from the MICE software suite to read and evaluate the JPL ephemeris file. Platform-specific MICE mex files, support functions and the binary ephemeris file (de430.bsp) are available at naif.jpl.nasa.gov/naif/toolkit_MATLAB.html. MICE is a MATLAB implementation of the SPICE library created by JPL.

Cite As

David Eagle (2025). Graphics Display of the Orbital Characteristics of the Moon (https://www.mathworks.com/matlabcentral/fileexchange/39944-graphics-display-of-the-orbital-characteristics-of-the-moon), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Gravitation, Cosmology & Astrophysics in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Changed Development Ephemeris to DE430. Updated documentation.

1.1.0.0

Minor improvements to the code. Distribution now includes a de421.bsp ephemeris file.

1.0.0.0