List of open inputs
0001 % List of open inputs 0002 nrun = X; % enter the number of runs here 0003 jobfile = {'/home/cbi-data30/takeda/temp/tutorial1/program/test_job.m'}; 0004 jobs = repmat(jobfile, 1, nrun); 0005 inputs = cell(0, nrun); 0006 for crun = 1:nrun 0007 end 0008 spm('defaults', 'FMRI'); 0009 spm_jobman('serial', jobs, '', inputs{:});