vectorfind — finds in a matrix rows or columns matching a vector
ind = vectorfind(m,v,job)
a matrix of any type
vector of any type
string flag with possible values "r" to look for matching rows or "c" to look for matching columns
row vector containing indices of matching rows or columns