12
12
' task' , ' Auditory task: Synonyms Vs. Non-synonyms, N400' ,...
13
13
' filename' , ' N400empty.study' ,' filepath' , ' ./' ,...
14
14
' commands' , { ...
15
- { ' index' 1 ' load' fullfile(filepath , ' S02 ' ,' syn02-S253 -clean.set' ) ' subject' ' S02' ' condition' ' synonyms' }, ...
16
- { ' index' 2 ' load' fullfile(filepath , ' S05 ' , ' syn05-S253 -clean.set' ) ' subject' ' S05' ' condition' ' synonyms' }, ...
17
- { ' index' 3 ' load' fullfile(filepath , ' S07 ' , ' syn07-S253 -clean.set' ) ' subject' ' S07' ' condition' ' synonyms' }, ...
18
- { ' index' 4 ' load' fullfile(filepath , ' S08 ' , ' syn08-S253 -clean.set' ) ' subject' ' S08' ' condition' ' synonyms' }, ...
19
- { ' index' 5 ' load' fullfile(filepath , ' S10 ' , ' syn10-S253 -clean.set' ) ' subject' ' S10' ' condition' ' synonyms' }, ...
20
- { ' index' 6 ' load' fullfile(filepath , ' S02 ' , ' syn02-S254 -clean.set' ) ' subject' ' S02' ' condition' ' non-synonyms' }, ...
21
- { ' index' 7 ' load' fullfile(filepath , ' S05 ' , ' syn05-S254 -clean.set' ) ' subject' ' S05' ' condition' ' non-synonyms' }, ...
22
- { ' index' 8 ' load' fullfile(filepath , ' S07 ' , ' syn07-S254 -clean.set' ) ' subject' ' S07' ' condition' ' non-synonyms' }, ...
23
- { ' index' 9 ' load' fullfile(filepath , ' S08 ' , ' syn08-S254 -clean.set' ) ' subject' ' S08' ' condition' ' non-synonyms' }, ...
24
- { ' index' 10 ' load' fullfile(filepath , ' S10 ' , ' syn10-S254 -clean.set' ) ' subject' ' S10' ' condition' ' non-synonyms' }, ...
15
+ { ' index' 1 ' load' fullfile(filepath , ' s02 ' ,' syn02-s253 -clean.set' ) ' subject' ' S02' ' condition' ' synonyms' }, ...
16
+ { ' index' 2 ' load' fullfile(filepath , ' s05 ' , ' syn05-s253 -clean.set' ) ' subject' ' S05' ' condition' ' synonyms' }, ...
17
+ { ' index' 3 ' load' fullfile(filepath , ' s07 ' , ' syn07-s253 -clean.set' ) ' subject' ' S07' ' condition' ' synonyms' }, ...
18
+ { ' index' 4 ' load' fullfile(filepath , ' s08 ' , ' syn08-s253 -clean.set' ) ' subject' ' S08' ' condition' ' synonyms' }, ...
19
+ { ' index' 5 ' load' fullfile(filepath , ' s10 ' , ' syn10-s253 -clean.set' ) ' subject' ' S10' ' condition' ' synonyms' }, ...
20
+ { ' index' 6 ' load' fullfile(filepath , ' s02 ' , ' syn02-s254 -clean.set' ) ' subject' ' S02' ' condition' ' non-synonyms' }, ...
21
+ { ' index' 7 ' load' fullfile(filepath , ' s05 ' , ' syn05-s254 -clean.set' ) ' subject' ' S05' ' condition' ' non-synonyms' }, ...
22
+ { ' index' 8 ' load' fullfile(filepath , ' s07 ' , ' syn07-s254 -clean.set' ) ' subject' ' S07' ' condition' ' non-synonyms' }, ...
23
+ { ' index' 9 ' load' fullfile(filepath , ' s08 ' , ' syn08-s254 -clean.set' ) ' subject' ' S08' ' condition' ' non-synonyms' }, ...
24
+ { ' index' 10 ' load' fullfile(filepath , ' s10 ' , ' syn10-s254 -clean.set' ) ' subject' ' S10' ' condition' ' non-synonyms' }, ...
25
25
{ ' dipselect' 0.15 } });
26
26
27
27
%% update graphical interface
76
76
[STUDY ] = pop_clust(STUDY , ALLEEG , ' algorithm' ,' kmeanscluster' , ' clus_num' , 10 );
77
77
[STUDY ] = std_topoplot(STUDY , ALLEEG , ' clusters' , 2 , ' mode' , ' together' );
78
78
[STUDY ] = std_topoplot(STUDY , ALLEEG , ' clusters' , 2 , ' mode' , ' apart' );
79
- [STUDY ] = std_topoplot(STUDY , ALLEEG , ' clusters' , 2 , ' comps' , 2 );
79
+ [STUDY ] = std_topoplot(STUDY , ALLEEG , ' clusters' , 2 , ' comps' , 1 );
80
80
81
81
%% Plot statistics
82
82
STUDY = pop_statparams(STUDY , ' condstats' , ' on' );
109
109
std_stat(erpdata , ' condstats' , ' on' , ' fieldtripmcorrect' , ' cluster' , ' fieldtripmethod' , ' montecarlo' , ' mode' , ' fieldtrip' )
110
110
res = statcond(erpdata ); size(res )
111
111
112
- res = statcond(erpdata ); size(res )
112
+ res = statcond(erpdata ); size(res )
0 commit comments