Vertically stack two vectors - MATLAB Cody - MATLAB Central

Problem 42451. Vertically stack two vectors

Difficulty:Rate

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

91.38% Correct | 8.62% Incorrect
Last Solution submitted on Dec 06, 2024

Solution Comments

Show comments
MATLAB EXPO 2025 Registration is Now Open! November 12 – 13, 2025
Registration is now open for MathWorks annual virtual event MATLAB EXPO 2025...
0

Problem Recent Solvers102

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!