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 |
x = rand*pi;
y_correct = (200>=100);
assert(isequal(ang(x),y_correct))
ans =
logical
1
|
2 | Pass |
x = -rand*pi;
y_correct = (100>=200);
assert(isequal(ang(x),y_correct))
ans =
logical
0
|
10762 Solvers
Back to basics 4 - Search Path
280 Solvers
369 Solvers
201 Solvers
168 Solvers