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))
|
6719 Solvers
Permute diagonal and antidiagonal
224 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
Height of a right-angled triangle
448 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!