According to EEGLAB data structures - EEGLAB Wiki, the .set files are Matlab files and can be read with https://github.com/JuliaIO/MAT.jl
using MAT
EEG = matread("eeglab_data.set")["EEG"]
According to EEGLAB data structures - EEGLAB Wiki, the .set files are Matlab files and can be read with https://github.com/JuliaIO/MAT.jl
using MAT
EEG = matread("eeglab_data.set")["EEG"]