method returns 1 if this is an fmri design $Id$
0001 function tf = is_fmri(D) 0002 % method returns 1 if this is an fmri design 0003 % 0004 % $Id$ 0005 0006 tf = strcmp(modality(D), 'fmri');