function jed = epoch_to_jed_matlab ( ) %*****************************************************************************80 % %% EPOCH_TO_JED_MATLAB: epoch of the "MATLAB calendar" as a JED. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 June 2012 % % Author: % % John Burkardt % % Parameters: % % Output, real JED, the Julian Ephemeris Date of the epoch. % jed = 1721058.5; return end