


SS2: Gregorian start and stop of Julian day variable Usage: [start,stop]=ss2(jd)


0001 function [start,stop]=ss2(jd) 0002 %SS2: Gregorian start and stop of Julian day variable 0003 % Usage: [start,stop]=ss2(jd) 0004 start=gregorian(jd(1)); 0005 stop=gregorian(last(jd)); 0006 if(nargout==0), 0007 start(2,:)=stop 0008 end