Skip to content

Commit d2478ab

Browse files
replaced bsize1 (undefined) with bsize
1 parent 5fd9326 commit d2478ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab_tfce.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
% check the subject number is the same for paired tests
193193
if strcmp(analysis,'paired')
194-
if bsize1(4) ~= bsize2(4)
194+
if bsize(4) ~= bsize2(4)
195195
error('The 4th (subject number) dimension of imgs1 and imgs2 must match for paired tests');
196196
end
197197
end

0 commit comments

Comments
 (0)