finds in a matrix rows or columns matching a vector
ind = vectorfind(m,v[,job])
a matrix of any type (the same type as v).
a vector of any type (the same type as m).
A character string: optional flag with possible values "r" to look for matching rows or "c" to look for matching columns. Default value is "r".
row vector containing indices of matching rows or columns
Finds in a matrix rows or columns matching a vector.