julian2greg

버전 1.0.0.0 (2.02 KB) 작성자: Gabriel Ruiz-Martinez
This function converts the Julian dates to Gregorian dates.
다운로드 수: 4.3K
업데이트 날짜: 2006/6/14

라이선스 보기

0. Syntax:
[day,month,year,hour,min,sec,dayweek] = julian2greg(JD)

1. Inputs:
JD = Julian date.

2. Outputs:
year, month, day, dayweek = date in Gregorian calendar.
hour, min, sec = time at universal time.

3. Example:
>> [a,b,c,d,e,f,g,h] = julian2greg(2453887.60481)
a =
2006
b =
6
c =
1
d =
2
e =
30
f =
56
g =
Thursday
h =
1 6 2006 2 30 56

4. Notes:
- For all common era (CE) dates in the Gregorian calendar.
- The function was tested, using the julian date converter of U.S. Naval Observatory and the results were similar. You can check it.
Trying to do the life... more easy with the conversions.

5. Referents:
Astronomical Applications Department. "Julian Date Converter". From U.S. Naval Observatory. http://aa.usno.navy.mil/data/docs/JulianDate.html
Duffett-Smith, P. (1992). Practical Astronomy with Your Calculator. Cambridge University Press, England: pp. 8,9.

Gabriel Ruiz.
Jun-2006

인용 양식

Gabriel Ruiz-Martinez (2024). julian2greg (https://www.mathworks.com/matlabcentral/fileexchange/11410-julian2greg), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
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.0.0