From: Andria on
I have a three dimensional array of 1000 binary matrices and there is a good chance that some of these are repeated. Is there a way to find the unique matrices in a 3D array? I am familiar with the unique function but haven't found evidence it can help me here.

Thank you in advance for any help!!