From ebbbfea1d3958f530cce4226f47fa0fbbaaac43a Mon Sep 17 00:00:00 2001 From: Arnaud Delorme Date: Sat, 17 Mar 2007 21:10:57 +0000 Subject: [PATCH] Matlab 6.5 compatibility git-svn-id: https://sccn.ucsd.edu/svn/software/eeglab@7092 1e58238c-3a72-4c0f-aabe-36d030380f39 --- functions/studyfunc/std_erpplot.m | 5 ++++- functions/studyfunc/std_interp.m | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/functions/studyfunc/std_erpplot.m b/functions/studyfunc/std_erpplot.m index bd136b56a..40e11f54d 100644 --- a/functions/studyfunc/std_erpplot.m +++ b/functions/studyfunc/std_erpplot.m @@ -83,6 +83,9 @@ % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA % $Log: not supported by cvs2svn $ +% Revision 1.38 2007/03/14 03:13:28 arno +% ERP polarity inversion +% % Revision 1.37 2007/03/14 01:15:37 arno % plot condensed mode % @@ -127,7 +130,7 @@ % reprogram from scratch (statistics...), backward compatible % -function [STUDY erpdata alltimes pgroup pcond pinter] = std_erpplot(STUDY, ALLEEG, varargin) +function [STUDY, erpdata, alltimes, pgroup, pcond, pinter] = std_erpplot(STUDY, ALLEEG, varargin) if nargin < 2 help std_erpplot; diff --git a/functions/studyfunc/std_interp.m b/functions/studyfunc/std_interp.m index 3780c17b4..6cb18de9f 100644 --- a/functions/studyfunc/std_interp.m +++ b/functions/studyfunc/std_interp.m @@ -42,6 +42,9 @@ % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA % $Log: not supported by cvs2svn $ +% Revision 1.3 2007/02/18 19:05:05 scott +% help msg consistency and usage -sm +% % Revision 1.2 2006/09/20 12:26:01 arno % use function eeg_mergelocs % @@ -51,7 +54,7 @@ % a full channel structure (missing channels in the current % dataset are interpolated). -function [STUDY ALLEEG] = std_interp(STUDY, ALLEEG, chans, method); +function [STUDY, ALLEEG] = std_interp(STUDY, ALLEEG, chans, method); if nargin < 2 help std_interp;