add a matrix behind another

5 次查看(过去 30 天)
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

采纳的回答

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

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by