Code covered by the BSD License  

Highlights from
mydate

from mydate by Felipe G. Nievinski
Augments MATLAB's date/time library for improved handling of epochs and formats commonly used in GPS

cputime_res
function res = cputime_res
    % clock resolution:
    res = 0; while (res == 0), res = abs(cputime - cputime); end
end

%!test
%! res = cputime_res;

Contact us