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 Solvers108
Suggested Problems
-
Determine the number of odd integers in a vector
804 Solvers
-
07 - Common functions and indexing 3
424 Solvers
-
Replace every 3rd element in a vector with 4
263 Solvers
-
Compute LOG(1+X) in natural log
258 Solvers
-
270 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!