Skip to content

Commit

Permalink
Update CorrICC.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroehner committed Jan 9, 2018
1 parent 4f0093e commit 1612741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorrICC.m
Expand Up @@ -738,7 +738,7 @@ function run_Callback(hObject, eventdata, handles)
data2(ind_subj,:)=temp(:);
end;
clear temp
eval(sprintf('clear img_%d_split1 img_%d_split2;',i,i));
%eval(sprintf('clear img_%d_split1 img_%d_split2;',i,i));

%correlations for each split
count_comp = count_comp +1;
Expand Down

0 comments on commit 1612741

Please sign in to comment.