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 ?
2 个评论
Walter Roberson
2021-2-27
You start by saying they have the same number of columns, but then you say one has 5 and the other has 2 ??
采纳的回答
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 Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!