Problem 54685. Matrix Transposition
Solution Stats
Problem Comments
-
3 Comments
Joel Hottinger
on 26 May 2022
Why is your first example have an answer of
y = [1 6 7 4
5 6 7 7
1 6 7 4];
and not
y = [1 6 7 4
6 6 7 7
1 6 7 4];
Joel Hottinger
on 26 May 2022
Also tests 5 and 6 do not work
one is missing a " ] " and the other has some function that does not work
Dyuman Joshi
on 26 May 2022
@Joel,
Apologies for the error, they have been corrected.
Your answer has been re-scored. Do rate the question!
Problem Recent Solvers8
Suggested Problems
-
205 Solvers
-
Similar Triangles - find the height of the tree
251 Solvers
-
277 Solvers
-
121 Solvers
-
Return fibonacci sequence do not use loop and condition
403 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!