Home > marsbar > @mardo_99 > autocorr.m

autocorr

PURPOSE ^

method to report lack of autocorrelation options for SPM99

SYNOPSIS ^

function D = autocorr(D, varargin)

DESCRIPTION ^

 method to report lack of autocorrelation options for SPM99
 FORMAT D = autocorr(D, varargin)
 
 D             - design object
 varargin      - any other parameters that may have been passed
 
 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function D = autocorr(D, varargin)
0002 % method to report lack of autocorrelation options for SPM99
0003 % FORMAT D = autocorr(D, varargin)
0004 %
0005 % D             - design object
0006 % varargin      - any other parameters that may have been passed
0007 %
0008 % $Id$
0009   
0010 warning('There are no SPM99 autocorrelation options');
0011 return

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