Innerjoin when a table contains user-defined objects
古いコメントを表示
I have two tables that I wish to innerjoin() according to the topThick and botThick columns, which are the same in both tables. Why does this fail when Tright contains a column with objects of a user-defined class (here, myclass)?
load testdata
Tleft, Tright
innerjoin(Tleft, Tright)
採用された回答
その他の回答 (1 件)
2 件のコメント
Paul
約7時間 前
Why not modify the class definition to accept zero arguments in the constructor, if you don't mind me asking?
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!