필터 지우기
필터 지우기

Combine many matrices into one

조회 수: 1 (최근 30일)
NS
NS 2011년 8월 4일
Hi all,
I have about 10 matrices with variable no of rows but equal number of columns. I wish to combine all these 10 into one matrix. How can I do that in MATLAB?

채택된 답변

Rick Rosson
Rick Rosson 2011년 8월 4일
Please try:
X = [ A ; B ; C ; D ; ... ; J ];
HTH.
Rick

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by