Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [ 1 10 5;
3 2 9;
6 10 2;
10 10 5];
y_correct = [ 1 6 10 10 5 2;
3 10 2 10 9 5]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
1 6 10 10 5 2
3 10 2 10 9 5
y =
1 6 10 10 5 2
3 10 2 10 9 5
|
2197 Solvers
594 Solvers
724 Solvers
Cell Counting: How Many Draws?
581 Solvers
124 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!