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 commentsGroup

2022 New Year Cody Competition
- 30 Problems
- 4 Finishers
- Triangle Numbers
- Generate a vector like 1,2,2,3,3,3,4,4,4,4
- Make a random, non-repeating vector.
- Pizza!
- surrounded matrix
- Calculate the area of a triangle between three points
- Return the first and last characters of a character array
- Smallest distance between a point and a rectangle
- N-Queens Checker
- Minefield Sonar
- Get the length of a given vector
- Select every other element of a vector
- Acid and water
- Converts numbers into characters
- Rotate Matrix @180 degree
- linear least squares fitting
- Combined Ages 1 - Symmetric, n = 3
- Is this matrix orthogonal?
- Orthonormal matrix
- System of equations
- Remove NaN ?
- Find matching string from a list of strings
- calculate the day of the year from a date string.
- Matlab Basics - Convert a row vector to a column vector
- Which coins to give
- Fibonacci sequence
- Find max prime number
- Longest Divisor Run
- Perfect Square or not
- Word Counting and Indexing
Problem Recent Solvers644
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!