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

9 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 2 Jul. 2020
  2 Kommentare
Jeff Miller
Jeff Miller am 3 Jul. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by