Skip to content

Commit a1394ff

Browse files
committed
change output folder
1 parent c479607 commit a1394ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setParameters.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
% setParamters.m file is
1010
% change that if you want the data to be saved somewhere else
1111
cfg.dir.output = fullfile( ...
12-
fileparts(mfilename('fullpath')), '..', ...
13-
'output');
12+
fileparts(mfilename('fullpath')), 'output');
1413

1514
%% Debug mode settings
1615

0 commit comments

Comments
 (0)