Updating the JEInterface Matlab code

This commit is contained in:
Marcel Kronfeld
2009-03-10 08:53:50 +00:00
parent 50dfec343f
commit b14118bb6f
4 changed files with 80 additions and 33 deletions

View File

@@ -14,8 +14,11 @@ end
if (nargin > 2)
if ischar(varargin{1})
fname=varargin{1};
disp('Writing debug output to ');
disp(fname);
if (bOn==1)
disp(['Writing debug output to ' fname]);
else
disp('Debug output deactivated');
end
else
disp('Invalid third argument, expected char. Using default output file name');
end