Deletion repeated rows of a matrix

1.1k Views Asked by At

I have a matrix that some rows of this matrix are repeated two times.

I need to delete repeated rows to get a fullrank matrix, that I can do this with a loop.

BUT is there anyone who know any function in matlab that do this ?

Please hint me.

Thanks.

1

There are 1 best solutions below

0
On BEST ANSWER

Check out http://www.mathworks.com/help/matlab/ref/unique.html (read about the 'rows' and 'stable' options).