How to access fields in a struct imported from a .mat file using loadmat in Python?
问题 Following this question which asks (and answers) how to read .mat files that were created in Matlab using Scipy, I want to know how to access the fields in the imported structs. I have a file in Matlab from which I can import a struct: >> load bla % imports a struct called G >> G G = Inp: [40x40x2016 uint8] Tgt: [8x2016 double] Ltr: [1x2016 double] Relevant: [1 2 3 4 5 6 7 8] Now I want to do the same in Python: x = scipy.io.loadmat('bla.mat') >>> x {'__version__': '1.0', '__header__':