フィルターのクリア

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 Center および File ExchangeLogical についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by