How can I tell if a rectangular matrix has duplicate rows in Matlab?
- by Nathan Fellman
I have a rectangular n x m matrix (n != m). What's the best way to find out if there are any duplicate rows in it in Matlab? What's the best way to find the indices of the duplicates?