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 CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by