일단 파이썬을 실행시키고 나서, Scipy가 깔려있다면 이걸로 여니까 깔끔!

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


+ Recent posts