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