MATLAB: IDENTIFY AND DELETE DUPLICATE

identify and delete duplicatesunique

Hello guys,
Please could anyone suggest me which function I can use to identify and delete duplicates in a long list of elements in order to have each element repeated just once.
Thanks a lot for your help.

Best Answer

I feel like the very first thing that should come up with any googling (e.g. matlab find and remove duplicate values) would be to try unique..