Problem 54685. Matrix Transposition
Solution Stats
Problem Comments
-
3 Comments
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];
Also tests 5 and 6 do not work
one is missing a " ] " and the other has some function that does not work
@Joel,
Apologies for the error, they have been corrected.
Your answer has been re-scored. Do rate the question!
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
Read a column of numbers and interpolate missing data
2350 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1987 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
173 Solvers
-
Create a vector whose elements depend on the previous element
781 Solvers
-
Calculate Amount of Cake Frosting
28883 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!