Skip to content

Commit 73c8a6f

Browse files
committed
change output folder
1 parent dbc5751 commit 73c8a6f

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
@@ -11,8 +11,7 @@
1111
% setParamters.m file is
1212
% change that if you want the data to be saved somewhere else
1313
cfg.dir.output = fullfile( ...
14-
fileparts(mfilename('fullpath')), '..', ...
15-
'output');
14+
fileparts(mfilename('fullpath')),'output');
1615

1716
%% Debug mode settings
1817

0 commit comments

Comments
 (0)