Skip to content

findrowvec

  FINDROWVEC - finds the occurrence of a complete row in a matrix

  I = FINDROWVEC(A,B)

  Given a row vector B and a matrix A that has the same number of columns as B,
  I will be all rows such that all elements of A(i,:) equal those of B.