Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
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 =
'14-Nov-2020 10:43:19'
ans =
'14-Nov-2020 10:43:19'
mmss_dec =
0.722172230482101
|
386 Solvers
Flip the main diagonal of a matrix
506 Solvers
149 Solvers
97 Solvers
205 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!