Effacer les filtres
Effacer les filtres

Joining tables stored in a cell array

24 vues (au cours des 30 derniers jours)
Or Shem Tov
Or Shem Tov le 21 Mar 2020
Commenté : BN le 24 Mar 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!!!

Réponse acceptée

BN
BN le 21 Mar 2020
Modifié(e) : BN le 21 Mar 2020
I think you are looking for vertcat,
Result = vertcat(Data{:});
  2 commentaires
Or Shem Tov
Or Shem Tov le 22 Mar 2020
Perfect! thank you.
BN
BN le 24 Mar 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by