Next: table.ismissing, Previous: table.setdiff, Up: table [Contents]
[tf, loc] =
(A, B)
Set membership.
Finds rows in A that are members of B.
Returns: tf - A logical vector indicating whether each A(i,:) was present in B. loc - Indexes into B of rows that were found.