------------------------------------------------------------------ SPM99 batch mfile to configure contrasts ------------------------------------------------------------------ $Id: er_contrast_spm99.m,v 1.1.1.1 2004/08/14 00:07:52 matthewbrett Exp $
0001 %------------------------------------------------------------------ 0002 % SPM99 batch mfile to configure contrasts 0003 %------------------------------------------------------------------ 0004 % 0005 % $Id: er_contrast_spm99.m,v 1.1.1.1 2004/08/14 00:07:52 matthewbrett Exp $ 0006 0007 global SPM_BCH_VARS 0008 0009 con = SPM_BCH_VARS.contrasts; 0010 contrasts(1).names = con.names; 0011 contrasts(1).types = con.types; 0012 contrasts(1).values = con.values; 0013 0014 0015