Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
format long
format compact
datestr(now)
x=Top_of_Hour;
y=now;
datestr(y)
mmss_dec=rem(y*24,1) % hh:59:59 is 0.99972
Pass=0;
if mmss_dec<2/3600,Pass=1;end % 2 second threshold
assert(Pass==1,sprintf('%s',datestr(y)))
ans =
22-Jan-2013 18:53:20
ans =
00-Jan-0000
mmss_dec =
0
|
Determine whether a vector is monotonically increasing
9241 Solvers
Find relatively common elements in matrix rows
644 Solvers
Read a column of numbers and interpolate missing data
790 Solvers
Find the "ordinary" or Euclidean distance between A and Z
119 Solvers
Back to basics 3 - Temp Directory
277 Solvers