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 Solvers207
Suggested Problems
-
7456 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3059 Solvers
-
Compute a dot product of two vectors x and y
1043 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13496 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
158 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!