Home > vbmeg > demo > tutorial_for_vbmeg2 > easy_VBMEG > test.m

test

PURPOSE ^

List of open inputs

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 List of open inputs

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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{:});

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005