Joining tables stored in a cell array

29 次查看(过去 30 天)
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 个评论
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