Help Merge two tables by the column variables

3 ビュー (過去 30 日間)
Nina Perf
Nina Perf 2022 年 6 月 17 日
回答済み: Peter Perkins 2022 年 6 月 17 日
Hi,
I have the following table tComplete, where there are 50 different Birds, 2 Days (P and O), different Tries, and 200 Features per Try.
Then, I have the following table tProfile, where there are some of those 50 different Birds, 2 Days (P and O), different Tries, Scale and Fly information per Try.
I want to:
  1. Add the Features 1 to 200 (column 4 to end of tComplete) to the end of the tProfile table. To do this I need help to check the Bird, Days, Try of the tComplete table to match the tProfile one. In the end we have the Features for the specific rows of tProfile.
Thank you!

採用された回答

Peter Perkins
Peter Perkins 2022 年 6 月 17 日
See join (or maybe innerjoin).

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by