A MATLAB Script for Predicting Orbital Events of the Moon

A MATLAB script named levents.m that can be used to compute important orbital events of the Moon.
763 Downloads
Updated 24 Feb 2014

View License

PDF document and a MATLAB script named levents.m that can be used to compute important orbital events of the Moon. The motion of the Moon is modeled using the JPL DE421 binary ephemeris and this script uses routines from the MICE software suite to read and evaluate this ephemeris. MICE is a MATLAB implementation of the SPICE library created by JPL.
Using a combination of one-dimensional minimization and root-finding, the levents MATLAB script computes geocentric characteristics of the Moon’s orbital motion including apogee and perigee of the lunar orbit, minimum and maximum declination and orbital eccentricity, user-defined right ascension, declination and true anomaly, and nodal crossings.

Cite As

David Eagle (2024). A MATLAB Script for Predicting Orbital Events of the Moon (https://www.mathworks.com/matlabcentral/fileexchange/39946-a-matlab-script-for-predicting-orbital-events-of-the-moon), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Added additional orbital events to the script. Updated the PDF document to reflect these changes.

1.0.0.0