Skip to content

Commit 2a976c9

Browse files
committed
fix batch init
1 parent 1e85d2b commit 2a976c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roi/resliceRoiImages.m

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

1414
else
1515

16-
matlabbatch = [];
16+
matlabbatch = {};
1717
matlabbatch = setBatchReslice(matlabbatch, referenceImage, imagesToCheck);
1818
spm_jobman('run', matlabbatch);
1919

0 commit comments

Comments
 (0)