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
|
Find the two most distant points
1629 Solvers
3377 Solvers
3968 Solvers
Find the maximum number of decimal places in a set of numbers
740 Solvers
1174 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!