gather many tables in one table

 Accepted Answer

That depends on whether you’re concatenating columns or adding rows.
Concatenating columns is just like regular matrix column concatenation:
Tnew = [Told Tadd];
where ‘Told’ is your original table, and ‘Tadd’ is the table you want to concatenate to it.
Adding rows is described in Add and Delete Table Rows.

2 Comments

thank you so much the link is so helpful.
My pleasure.

Sign in to comment.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!