Filter löschen
Filter löschen

Joining tables stored in a cell array

24 Ansichten (letzte 30 Tage)
Or Shem Tov
Or Shem Tov am 21 Mär. 2020
Kommentiert: BN am 24 Mär. 2020
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!!!

Akzeptierte Antwort

BN
BN am 21 Mär. 2020
Bearbeitet: BN am 21 Mär. 2020
I think you are looking for vertcat,
Result = vertcat(Data{:});
  2 Kommentare
Or Shem Tov
Or Shem Tov am 22 Mär. 2020
Perfect! thank you.
BN
BN am 24 Mär. 2020
You're welcome. You can thank people by clicking the link to Accept the answer, and by voting for their answer. Thanks in advance.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by