Read .mat files in Python May 7, 2022 by Tarik An import is required, import scipy.io… import scipy.io mat = scipy.io.loadmat('file.mat')