Joining tables stored in a cell array

조회 수: 25 (최근 30일)
Or Shem Tov
Or Shem Tov 2020년 3월 21일
댓글: BN 2020년 3월 24일
Hi guys,
I have this cell array here, filled with N tables (N = 10)
There is a total of 63 rows and 12 columns, I am trying to extract everything so that I can have a 63x12 table containing all the data
How do I join all of the tables together and display them as one big table?
Thank you!!!

채택된 답변

BN
BN 2020년 3월 21일
편집: BN 2020년 3월 21일
I think you are looking for vertcat,
Result = vertcat(Data{:});
  댓글 수: 2
Or Shem Tov
Or Shem Tov 2020년 3월 22일
Perfect! thank you.
BN
BN 2020년 3월 24일
You're welcome. You can thank people by clicking the link to Accept the answer, and by voting for their answer. Thanks in advance.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by