-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
when we run this code in tutorial1:
template = 'eeg1020' ; % Use the EEG 10-20 system template
labels = {'Fp2';'Fz';'Fp1';'F3';'F7';'C3';'T3';'P3';'T5';'Pz';...
'O1';'Oz';'O2';'P4';'T6';'C4';'T4';...
'F8';'F4';'Cz'} ; % equivalent to data.label
layout = microstate.functions.layout_creator(template,labels) ;
the command line pop out this:
Error using load
Unable to read MAT-file
D:\Soft\toolbox-master+microstate+external\fieldtrip\template\layout\EEG1005.mat.
Not a binary MAT-file. Try load -ASCII to read as text.
Error in microstate.functions.layout_creator (line 60)
tmplayout = load(fullfile(mspath,'+external','fieldtrip','template',dir,file)) ;
Metadata
Metadata
Assignees
Labels
No labels