None.
None.
Open in the MATLAB editor: x05aa_example
function x05aa_example fprintf('x05aa example results\n\n'); t_units = {' Year'; ' Month'; ' Day'; ' Hour'; ' Minute'; ' Second'; ' Millisecond'}; [itime] = x05aa; for i = 1:7 fprintf('%s : %4d\n', t_units{i}, itime(i)); end
x05aa example results Year : 2014 Month : 11 Day : 5 Hour : 11 Minute : 34 Second : 12 Millisecond : 745