mjulian2greg
PURPOSE 
This function converts Modified Julian dates to Gregorian dates.
SYNOPSIS 
function [year,month,day,hour,minu,sec,dayweek,dategreg] = julian2greg(MJD)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- julian2greg This function converts the Julian dates to Gregorian dates.
This function is called by:
SOURCE CODE 
0001 function [year,month,day,hour,minu,sec,dayweek,dategreg] = julian2greg(MJD)
0002
0003
0004 [year,month,day,hour,minu,sec,dayweek,dategreg] = julian2greg(MJD+2400000.5);
Generated on Tue 18-Dec-2012 12:37:31 by m2html © 2005