Combine many matrices into one

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