Borrar filtros
Borrar filtros

How do I create a table that I don't now the size of ahead of time?

8 visualizaciones (últimos 30 días)
I'd like to creat a table for which I know the number of columns/variable names. However, I don't know how big (how many rows) it needs to be ahead of time and want the number of rows to increase as data is stored in it. Is this possilbe?

Respuesta aceptada

Walter Roberson
Walter Roberson el 2 de Jul. de 2020
  2 comentarios
Jeff Miller
Jeff Miller el 3 de Jul. de 2020
Just a comment that I found this pretty slow, in case speed is an issue for you. In my case, it was much faster to accumulate the variables as separate vectors and assemble them into a table after they reached their final sizes.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by