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))
|
313 Solvers
1322 Solvers
241 Solvers
Find out sum of all elements of given Matrix
271 Solvers
96 Solvers