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
|
2980 Solvers
651 Solvers
4327 Solvers
434 Solvers
Simple equation: Annual salary
3779 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!