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 2 3 4 5;...
6 7 8 9 10];
y_correct = [3 2 9 4 15;...
6 21 8 27 10];
assert(isequal(oddX3(x),y_correct))
|
2 | Pass |
x =[40 71 5;...
66 4 10;...
18 28 83];
y_correct = [40 213 15;...
66 4 10;...
18 28 249];
assert(isequal(oddX3(x),y_correct))
|
2473 Solvers
341 Solvers
126 Solvers
347 Solvers
236 Solvers