Skip to content

Commit

Permalink
Matlab 6.5 compatibility
Browse files Browse the repository at this point in the history
git-svn-id: https://sccn.ucsd.edu/svn/software/eeglab@7092 1e58238c-3a72-4c0f-aabe-36d030380f39
  • Loading branch information
Arnaud Delorme committed Mar 17, 2007
1 parent cf0c6fc commit ebbbfea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion functions/studyfunc/std_erpplot.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
%
Expand Down Expand Up @@ -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;
Expand Down
5 changes: 4 additions & 1 deletion functions/studyfunc/std_interp.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
%
Expand All @@ -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;
Expand Down

0 comments on commit ebbbfea

Please sign in to comment.