This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
t=[7 30 15];
t_correct = [43.625 91.5];
assert(max(abs(clockHandAngDifferences(t)-t_correct))<1e-10);
|
2 | Pass |
t=[11 59 59];
t_correct = [0.0916666666666401 5.89999999999998];
assert(max(abs(clockHandAngDifferences(t)-t_correct))<1e-10);
|
3 | Pass |
t=[3 45 50];
t_correct = [-162.083333333333 -25];
assert(max(abs(clockHandAngDifferences(t)-t_correct))<1e-10);
|
163 Solvers
519 Solvers
165 Solvers
Make a random, non-repeating vector.
2795 Solvers
Simple date to serial no. conversion
113 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!