Problem 2857. Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any row vector of any length
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers671
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15764 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2524 Solvers
-
Implement simple rotation cypher
1092 Solvers
-
Finding an element in a vector
201 Solvers
-
Sum the squares of numbers from 1 to n
257 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!