Home > matlabmk > watchit.m

watchit

PURPOSE ^

function watchit(msg)

SYNOPSIS ^

function watchit(msg)

DESCRIPTION ^

function watchit(msg)

 Displays a warning message on the Matlab command line.  Used by 
 several Mass Univariate ERP Toolbox functions.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function watchit(msg)
0002 %function watchit(msg)
0003 %
0004 % Displays a warning message on the Matlab command line.  Used by
0005 % several Mass Univariate ERP Toolbox functions.
0006 %
0007 
0008 disp(' ');
0009 disp('****************** Warning ******************');
0010 disp(msg);
0011 disp(' ');

Generated on Tue 10-May-2016 16:37:45 by m2html © 2005