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.9996
|
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.9998
t =
0.9999
t =
0.9995
t =
0.9995
t =
0.9995
t =
0.9995
|
2197 Solvers
Remove the polynomials that have positive real elements of their roots.
629 Solvers
72 Solvers
Return the first and last character of a string
3453 Solvers
208 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!