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.
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.
Check out http://www.mathworks.com/help/matlab/ref/unique.html (read about the 'rows' and 'stable' options).