add a matrix behind another

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 日

0 投票

doc cat
Abstacked = cat(3,A,B);

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 4 月 4 日

0 投票

Or maybe horzcat() or vertcat(); the question is not clear.

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by