do not know what operation to use.
조회 수: 1 (최근 30일)
이전 댓글 표시
I have two dataset as shown in attached file. Dataset1 and Dataset2.
Do some operation between thos two to get Dataset3.
so dataset3 is combination of pink rows from Dataset1 and purple rows from dataset2 as in both doble line bordered area is the same and see how green rows disappers.
댓글 수: 0
답변 (1개)
ES
2014년 8월 28일
편집: ES
2014년 8월 28일
To me it appears like union of two tables. see here . Also I dont understand why dataset2 takes precedance over dataset1 when a data is present in both the datasets. If there is some logic/reason behind that, then you can proceed to use union.
댓글 수: 3
ES
2014년 8월 28일
I was meaning union. Edited now. You seem to be on the right path with setdiff. What error do you get?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!