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))
|
272 Solvers
927 Solvers
444 Solvers
construct matrix with identical rows
168 Solvers
379 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!