Read .mat files in Python
Asked 07 September, 2021
Viewed 2.3K times
  • 59
Votes

Is it possible to read binary MATLAB .mat files in Python?

I've seen that SciPy has alleged support for reading .mat files, but I'm unsuccessful with it. I installed SciPy version 0.7.0, and I can't find the loadmat() method.

12 Answer