photo

Nitika Kandhari


University of Melbourne

2018년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

답변 있음
How to extract rows from a parent matrix based on column values from a second matrix (child)?
out = Parent(ismember(Parent(:,1:3), Child, 'rows'), :); is the solution I found from <https://stackoverflow.com/questions/...

6년 초과 전 | 0

| 수락됨

질문


How to extract rows from a parent matrix based on column values from a second matrix (child)?
I have 2 matrices: Parent matrix (19564 X 5) and a child matrix (3913 X 3) (sub-matrix of parent). The 3 cols in child matrix an...

6년 초과 전 | 답변 수: 2 | 0

2

답변