gather many tables in one table

2 次查看(过去 30 天)
How can I gather data in different tables in one table.

采纳的回答

Star Strider
Star Strider 2015-8-26
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by