Skip to content

Commit

Permalink
update to returnmore components, to allow analysis of variance explained
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkohler committed Jan 23, 2018
1 parent 4f857d6 commit bb4d9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prep_motion2D3D.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
trialsToUse = []; % subset of trials to use for analysis (if set to false or empty, all trials will be used)
condsToUse = 1:8; % if you want to include all conditions, create a vector here listing all condition numbers
nReg=7; % RCA regularization constant (7-9 are typical values, but see within-trial eigenvalue plot in rca output)
nComp=5; % number of RCs that you want to look at (3-5 are good values, but see across-trial eigenvalue plot in rca output)
nComp=7; % number of RCs that you want to look at (3-5 are good values, but see across-trial eigenvalue plot in rca output)
nFreq = length(freqsToUse);
nCond = length(condsToUse);
chanToCompare = 75; % channel to use for a performance evaluation, can be []
Expand Down

0 comments on commit bb4d9fa

Please sign in to comment.