pyeeg.io
.load_mat
- pyeeg.io.load_mat(fname)
Loading simple mat file into dictionnary
- Parameters:
fname (str) – Absolute path of file to be loaded
- Returns:
data – Dictionnary containing variables from .mat file (each variables is a key/value pair)
- Return type:
dict