How can I add many matrices together, end to end?

5 ビュー (過去 30 日間)
Patrick
Patrick 2013 年 10 月 31 日
編集済み: Azzi Abdelmalek 2013 年 10 月 31 日
I am trying to add 348 separate 72x144 matrices NOT by element, but rather to create one matrix of size 72x50112 (50112 is 144x348). I figured it would work to write:
TOTAL = (A;B;C;D;E...)
But this is not working. How can I do it?
  2 件のコメント
Matt Kindig
Matt Kindig 2013 年 10 月 31 日
TOTAL = [A,B,C,D,E,...]
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 31 日
編集済み: Azzi Abdelmalek 2013 年 10 月 31 日
This is not clear, what is the size of the output?

サインインしてコメントする。

採用された回答

sixwwwwww
sixwwwwww 2013 年 10 月 31 日
編集済み: sixwwwwww 2013 年 10 月 31 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by