Problem 42451. Vertically stack two vectors
Stack two vectors on top of each-other so that...
if
A = [1 5 3]
and
B = [8 6 4]
then
C = [1 5 3 ; 8 6 4]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers102
Suggested Problems
-
Sum all integers from 1 to 2^n
16071 Solvers
-
Set the array elements whose value is 13 to 0
1381 Solvers
-
Create a vector whose elements depend on the previous element
714 Solvers
-
Reverse the elements of an array
1051 Solvers
-
150 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!