How can I tell if a rectangular matrix has duplicate rows in Matlab?

Posted by Nathan Fellman on Stack Overflow See other posts from Stack Overflow or by Nathan Fellman
Published on 2010-03-24T17:37:29Z Indexed on 2010/03/24 17:53 UTC
Read the original article Hit count: 272

Filed under:

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?

© Stack Overflow or respective owner

Related posts about matlab