필터 지우기
필터 지우기

add a matrix behind another

조회 수: 5 (최근 30일)
Fiboehh
Fiboehh 2011년 4월 4일
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