CompareStructures is a broad-stroke inspection function for the 'struct' datatype within MATLAB. Specifically, it will inspect two structures for equality, and if they aren't equal, it will enumerate ...
I ran into this bug in numpy when reading in a .mat that has a struct containing huge matrices. (the dtwhole dtype was > 2GB) I was able to work around this bug by ...