This is a tool for viewing the contents of Matlab structs in a UI. It's useful as structs can sometimes be difficult to explore using the terminal if you do not understand the structure well already.
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 ...