from
mydate
by Felipe G. Nievinski Augments MATLAB's date/time library for improved handling of epochs and formats commonly used in GPS
mydatedoy_inv (varargin)
% (this is just an interface)
function varargout = mydatedoy_inv (varargin)
[varargout{1:nargout}] = mydatedoyi (varargin{:});
end
%!test
%! % just check whether it runs:
%! mydatedoy_inv(1, 2);