Home > marsbar > @mardo > has_contrasts.m

has_contrasts

PURPOSE ^

method returns 1 if design has contrasts

SYNOPSIS ^

function tf = has_contrasts(D)

DESCRIPTION ^

 method returns 1 if design has contrasts
 
 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tf = has_contrasts(D)
0002 % method returns 1 if design has contrasts
0003 %
0004 % $Id$
0005   
0006 tf = isfield(des_struct(D), 'xCon');

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019