MATLAB: About Find difference set.

difference set

Hi, I have two matrices(same number of columns), M1 and M2. M2 is a set of subset of rows in M1. Is there a function in matlab that I can directly get M1-M2={set of rows in M1 but not set of rows in M2}
Thanks.

Best Answer

doc setxor
Use the 'rows' flag.