MATLAB: How to returns the same data as in array, but with no repetitions

arrayno repetitionsprefix

I have the array 'prefix', attached in the question, and I want to obtain the same array with no repetitions. I have no idea which comand use, can you help me? thanks

Best Answer

This sounds like a job for the unique command.