フィルターのクリア

Error in using join command

4 ビュー (過去 30 日間)
Ivan Mich
Ivan Mich 2022 年 12 月 28 日
回答済み: Kunal Kandhari 2023 年 1 月 17 日
Hello,
I have a problem about using join cmmand. I have two tables and I would like to join them, taking into consideration the first column (Var1). I use
C=join(A,B);
where A and B are tables, but command window shows me
Error using tabular/join (line 130)
Left and right key variables 'Var1' and 'Var1' are not comparable because one is a non-cell.
Could you please help me?
  1 件のコメント
the cyclist
the cyclist 2022 年 12 月 28 日
編集済み: the cyclist 2022 年 12 月 28 日
Can you upload the data (or a subset)? You can use the paper clip icon in the INSERT section of the toolbar.
The error message is fairly clear. If the two columns are not the same data type, you presumably need to convert one of them, to do the join.

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

採用された回答

Kunal Kandhari
Kunal Kandhari 2023 年 1 月 17 日
Hi,
From the error messgae it seems like two columns doesn't have the same data type and you need to convert one of them.
Following resources would be helpful to you:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCell Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by