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

7 views (last 30 days)
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?

Accepted Answer

Walter Roberson
Walter Roberson on 2 Jul 2020
  2 Comments
Jeff Miller
Jeff Miller on 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.

Sign in to comment.

More Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!