Set difference of two arrays - MATLAB setdiff
https://www.mathworks.com/help/matlab/ref/setdiff.htmlSet difference of two arrays - MATLAB setdiff Documentation Examples Functions Videos Answers Trial Software Product Updates setdiff Set difference of two arrays collapse all in page Syntax C = setdiff (A,B) C = setdiff (A,B,setOrder) C = setdiff (A,B, ___ ,'rows') C = setdiff (A,B,'rows', ___) [C,ia] = setdiff ( ___)