Read .mat files in Python

An import is required, import scipy.io

import scipy.io
mat = scipy.io.loadmat('file.mat')

Leave a Comment