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 | Fail |
x =[3 4 5];
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Fail |
x = [3 4 0];
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
29463 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
Arrange Vector in descending order
1816 Solvers
178 Solvers
197 Solvers