A MATLAB Script for Predicting Equinoxes and Solstices

버전 1.0.1.0 (369 KB) 작성자: David Eagle
Predict the calendar date & UTC time of the equinoxes and solstices for a user-defined calendar year
다운로드 수: 497
업데이트 날짜: 2023/5/29

라이선스 보기

PDF document and a MATLAB script named equsol.m which determines the time of the equinoxes and solstices of the Earth. These events are the times when the apparent geocentric longitude of the Sun is an exact multiple of 90 degrees. This script uses Brent’s root-finder and a precision solar ephemeris to calculate these events.
Brent’s method requires an objective function that defines the nonlinear equation to be solved. The objective function for the spring and fall equinoxes is the geocentric declination of the Sun. The spring and fall equinoxes occur whenever the geocentric declination of the Sun is less than or equal to a user-defined convergence criterion.

인용 양식

David Eagle (2024). A MATLAB Script for Predicting Equinoxes and Solstices (https://www.mathworks.com/matlabcentral/fileexchange/39356-a-matlab-script-for-predicting-equinoxes-and-solstices), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1.0

Added calculations for the geographic coordinates of the subpoint of the sun at the time of each equinox and solstice.

1.0.0.0