add a matrix behind another

1 view (last 30 days)
Fiboehh
Fiboehh on 4 Apr 2011
hellow, little noob question but i cant find it fast. I got two matrices and need to have 1 matrix the first followed by the second :) thxxx

Accepted Answer

Sean de Wolski
Sean de Wolski on 4 Apr 2011
doc cat
Abstacked = cat(3,A,B);

More Answers (1)

Walter Roberson
Walter Roberson on 4 Apr 2011
Or maybe horzcat() or vertcat(); the question is not clear.

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!