i have 2 tables have same number of columns i need to marge without key

1 次查看(过去 30 天)
i have 2 tables have same number of columns i need to marge without key the first table have 5 columns and anther table have 2 of cells how can marge ?

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2021-2-27
编辑:KALYAN ACHARJYA 2021-2-27
result_table=[table1,table1]
Make sure that both tables do not have the same column variable names and both have same number of rows.
Or join function

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by