Merge tables based on a string key

2 ビュー (過去 30 日間)
Monkey Coder
Monkey Coder 2023 年 11 月 13 日
コメント済み: Monkey Coder 2023 年 11 月 13 日
I have the following tables:
Table1:
Code | Description
AAA | Desc for A
BBB | Desc for B
CCC | Desc for C
Table2:
Code | Last Updated
AAA | 10/11/2023
CCC | 11/11/2023
BBB | 12/11/2023
How can I create a combined table like Table3 below:
Code | Description | Last Updated
AAA | Desc for A | 10/11/2023
BBB | Desc for B | 12/11/2023
CCC | Desc for C | 11/11/2023

採用された回答

Dyuman Joshi
Dyuman Joshi 2023 年 11 月 13 日
  3 件のコメント
Dyuman Joshi
Dyuman Joshi 2023 年 11 月 13 日
編集済み: Dyuman Joshi 2023 年 11 月 13 日
innerjoin() was introduced in R2013b, it must be there in R2018a.
Do you get some error when using it? If so, please share the error message (i.e. all of the red text) and attach the data you are working with.
Monkey Coder
Monkey Coder 2023 年 11 月 13 日
Thanks, my mistake - it is available in R2018a.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by