Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = rand*pi;
y_correct = (200>=100);
assert(isequal(ang(x),y_correct))
|
2 | Pass |
x = -rand*pi;
y_correct = (100>=200);
assert(isequal(ang(x),y_correct))
|
Determine whether a vector is monotonically increasing
11924 Solvers
3968 Solvers
259 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
761 Solvers
1810 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!