Home > marsbar > @mardo > block_mean_cols.m

block_mean_cols

PURPOSE ^

method returns rows for means for blocks in design

SYNOPSIS ^

function bmrs = block_mean_rows(D)

DESCRIPTION ^

 method returns rows for means for blocks in design
 
 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function bmrs = block_mean_rows(D)
0002 % method returns rows for means for blocks in design
0003 %
0004 % $Id$
0005 
0006 bmrs = [];
0007 SPM =  des_struct(D);
0008 bmrs = SPM.xX.iB;   
0009   

Generated on Wed 11-May-2022 15:34:44 by m2html © 2003-2019