Borrar filtros
Borrar filtros

Joining tables stored in a cell array

24 visualizaciones (últimos 30 días)
Or Shem Tov
Or Shem Tov el 21 de Mzo. de 2020
Comentada: BN el 24 de Mzo. de 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!!!

Respuesta aceptada

BN
BN el 21 de Mzo. de 2020
Editada: BN el 21 de Mzo. de 2020
I think you are looking for vertcat,
Result = vertcat(Data{:});
  2 comentarios
Or Shem Tov
Or Shem Tov el 22 de Mzo. de 2020
Perfect! thank you.
BN
BN el 24 de Mzo. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by