Currently, using Matlab 2019a and the associated Matlab Engine. The engine fails to convert arrays of structs, which is a known limitation. However, the equivalent of a vector in Matlab is simply a ...
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 ...