julian2greg

This function converts the Julian dates to Gregorian dates.
4,3K download
Aggiornato 14 giu 2006

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Dates and Time in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0