Problem 42596. UICBioE240 problem 1.2
Convert a column vector into a row vector.
So if A = [1; 2; 3]
Then B = [ 1 2 3]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers205
Suggested Problems
-
1122 Solvers
-
520 Solvers
-
1287 Solvers
-
Flip the vector from right to left
9487 Solvers
-
198 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!