Skip to content

Commit

Permalink
fixed interactive code to remove confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoracze committed Oct 5, 2021
1 parent 3a2e0a2 commit b8a9751
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions abcd_cca_interactive.m
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@

% specify CCA mode
I = 2;
% run the correlations, the sign is arbitrary, so lets flip it to be
% consistent with Smith
CorCCA = -1*corr(V(:,I), palm_inormal(pneg_vars), 'rows','pairwise');
CorCCA = corr(V(:,I), palm_inormal(pneg_vars), 'rows','pairwise');

% open the figure
figure;
Expand Down

0 comments on commit b8a9751

Please sign in to comment.