Skip to content

Commit

Permalink
EXC: clarify what is to be computed
Browse files Browse the repository at this point in the history
  • Loading branch information
nno committed Mar 21, 2017
1 parent de36799 commit e538dea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/run_splithalf_correlations_single_sub.m
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@
% <@@<

% Weigh the values in the matrix 'z' by those in the contrast_matrix
% and then average them (hint: use the '.*' operator for element-wise
% multiplication).
% (hint: use the '.*' operator for element-wise multiplication).
% Store the result in a variable 'weighted_z'.
% >@@>
weighted_z=z .* contrast_matrix;
Expand Down

0 comments on commit e538dea

Please sign in to comment.