I have an array comprising n rows and 4 colums. Each of the four entries on the row is an integer, i.e.,
X = [ 111 112 432 2 6 9 115 111
To quote from the documentation:
b = unique(A, 'rows') returns the unique rows of A.
Is that what you want ?