I am working on an EEG dataset and I have been trying to use mne python but I haven't been able to load my .mat data or visualise it. I would be very grateful if anyone could helpe with it. Thank you!
For loading the .mat data when I use mne.read_evoked_filedtrip()or mne.read_epochs_fieldtrip. I get errors usually TypeError:missing 1 required positional argument:'info'. I was able to load the data with the help of scipy loadmat but I am not sure how to visualise and process the data.