Using
ids = findall(nonunique(mydata))
I have found the ids of all rows that are duplicates. Now, I want to clean mydata by erasing the duplicate rows.
How is that done?
4 posts - 4 participants
Using
ids = findall(nonunique(mydata))
I have found the ids of all rows that are duplicates. Now, I want to clean mydata by erasing the duplicate rows.
How is that done?
4 posts - 4 participants