1function i = vectmatch(row,matrix)
3% find the corresponding row in the matrix
4% here we assume there
is one and only one
'row' in matrix
7% walk from end of matrix array and search
for row starting with row.
15 if matrix(outer,inner) ~= row(inner)