[C, ia] =
setdiff (A, B)
¶Set difference.
Computes the set difference of two tables. The set difference is defined to be the unique row values which are present in table A that are not in table B.
Returns: C - A table containing the unique row values in A that were not in B. ia - Row indexes into A of the rows from A included in C.