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

1 回表示 (過去 30 日間)
Muhannad Saleh
Muhannad Saleh 2021 年 2 月 27 日
コメント済み: Muhannad Saleh 2021 年 2 月 27 日
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
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 ??
Muhannad Saleh
Muhannad Saleh 2021 年 2 月 27 日
i am sorry it have same number of row

サインインしてコメントする。

採用された回答

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 Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by