Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
t_correct = 1000;
tic;
waitForMe(t_correct);
t = toc
assert( abs(t_correct - t*1000) <= 0.5 )
t =
0.9997
|
2 | Pass |
t_correct = 1000;
for r = 1 : 9
tic;
waitForMe(t_correct);
t = toc
assert( abs(t_correct - t*1000) <= 0.5 )
end;
t =
0.9997
t =
0.9996
t =
0.9996
t =
0.9999
t =
0.9999
t =
0.9995
t =
0.9995
t =
0.9995
t =
0.9997
|
Remove all the words that end with "ain"
1292 Solvers
Back to basics 9 - Indexed References
392 Solvers
401 Solvers
2539 Solvers
238 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!