MATLAB: Intersection of three and more arrays

arrayintersection

Hi, is it possible in matlab to find intersection of three and more arrays and index of intersection value in each of three array? Like [C,ia,ib] = intersect(A,B) but for three or more arrays.

Best Answer

My FEX returns the index of the arrays