Equation of Time
Compute the equation of time with accuracy on the order of seconds. This routine can handle multiple millenniums.
Function Call With Time String:
>> EQtime = EquationOfTime('2000/01/01 00:00:00');
Function Call With Julian Date:
>> EQtime = EquationOfTime(2451544.5);
Input List:
UTCjd (Coordinated Universal Time YYYY/MM/DD hh:mm:ss or Julian Date (Fractional Days)) [N x M] (double or char)
Output List:
EQtime (Equation of Time Solution for a specified date in fractional minutes) [N x 1] (double)
Citar como
Darin Koblick (2026). Equation of Time (https://es.mathworks.com/matlabcentral/fileexchange/32793-equation-of-time), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspiración para: Convert UTC to Solar Apparent Time, Orbit wizard
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
