Home > fmri > design_tests > design_batch.m

design_batch

PURPOSE ^

design_batch.m

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 design_batch.m

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % design_batch.m
0002 
0003 global rootpath
0004 
0005 type = {'defaults_edit','model','contrasts','headers',...
0006 'means','realign','coreg','normalize','smooth'};
0007 
0008 
0009 analyses = struct('type',[],'index',[],'work_dir',[],'mfile',[]);
0010 
0011 work_dir = {rootpath, ...
0012       };
0013 
0014 mfile = ...
0015     { './design_model.m' ...
0016       };
0017 
0018 na = 1;
0019 
0020 analyses.type(na) = 2;
0021 analyses.index(na) = 1;
0022 analyses.work_dir(na) = 1;
0023 analyses.mfile(na) = 1;
0024

Generated on Wed 20-Sep-2023 04:00:50 by m2html © 2003