Matching data from different data sets
조회 수: 4 (최근 30일)
이전 댓글 표시
I have two tables. Both of them are combined numbers and text. Each table has an Id column (text). Let's say it's A[1 5 8 f; s 5 6 e; 6 s 8 o; s 5 4 n] and B[s 2 n; 2 t f; 2 4 y]. The last column of each table is an ID column. I need to look in table B rows with matching IDs to A and put it to A so that I can get table C [1 5 8 f 2 t f; s 5 6 e 0 0 0; 6 s 8 o 0 0 0; s 5 4 n s 2 n]. Is there a way to do so?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!