photo

Nitika Kandhari


University of Melbourne

Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Estadística

  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Respondida
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/...

más de 6 años hace | 0

| aceptada

Pregunta


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...

más de 6 años hace | 2 respuestas | 0

2

respuestas