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 = [3 1 2 4 6 6 7;
7 3 2 1 5 2 4];
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [3 1 2 4 6 6 7;
7 3 6 1 5 2 4];
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
|
17121 Solvers
Back to basics 4 - Search Path
321 Solvers
267 Solvers
331 Solvers
Rounding off numbers to n decimals
1050 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!