EEG.etc.eeglabvers = '2023.0'; % 使用的eeglab版本EEG = pop_loadbv('/Users/chenrui/Documents/MATLAB/raw_EEG/BP/', 'AuditoryOddball_P300_1.vhdr', [1 143720], [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22]);EEG=pop_chanedit(EEG, []);EEG = pop_select...
I am using eeglab on the matlab and when I open a .vhdr file on eeglab, i get an error 'pop_loadbv() on line 179-- no file or directory found' but when I use it to open a .vhdr file in another folder, it works. I have added the folder to the path numerous times. I hav...
EEG = pop_loadbv(rootfold, sprintf('MMM_000%i.vhdr',set)); pop_newset(ALLEEG, EEG, 0,'setname', sprintf('s0%i_raw',set), 'gui','off'); EEG = pop_resample( EEG, 250); EEG = pop_chanedit(EEG, 'lookup','filelocation'); [ALLEEG, EEG, CURRENTSET] = pop_newset(ALLEEG,...