Help Merge two tables by the column variables
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nina Perf
el 17 de Jun. de 2022
Respondida: Peter Perkins
el 17 de Jun. de 2022
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1035990/image.png)
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1035995/image.png)
I want to:
- 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!
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!