Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2;3 4]
y_correct = [1 3;2 4]
assert(isequal(transposeit(x),y_correct))
x =
1 2
3 4
y_correct =
1 3
2 4
ans =
1 3
2 4
|
9834 Solvers
3968 Solvers
232 Solvers
369 Solvers
275 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!