10 lines
270 B
Matlab
10 lines
270 B
Matlab
% this is data defined across the experiments (to make sure all of them have same user conventions)
|
|
|
|
% Defining which AU's we are extracting (all corrs above 0.5)
|
|
all_aus = [2 12 17 25 28 45];
|
|
aus = [2 12 17 25 28 45];
|
|
|
|
addpath('../../data extraction/');
|
|
|
|
find_SEMAINE
|
|
|