the code importing .mat file

files in mne have a dir ?
i cant import file .mat to mne

You can use scipy.io.loadmat() and then create a RawArray (see Creating MNE-Python data structures from scratch — MNE 1.0.2 documentation).

1 Like