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 = 1;
y_correct =0;
assert(isequal(angles(x),y_correct))
y =
0
|
2 | Pass |
x=2
y_correct =0;
assert(isequal(angles(x),y_correct))
x =
2
y =
0
|
3 | Pass |
x=3;
y_correct =180;
assert(isequal(angles(x),y_correct))
y =
180
|
Find the two most distant points
1235 Solvers
191 Solvers
Element by element multiplication of two vectors
201 Solvers
443 Solvers
84 Solvers