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 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