We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c479607 commit a1394ffCopy full SHA for a1394ff
setParameters.m
@@ -9,8 +9,7 @@
9
% setParamters.m file is
10
% change that if you want the data to be saved somewhere else
11
cfg.dir.output = fullfile( ...
12
- fileparts(mfilename('fullpath')), '..', ...
13
- 'output');
+ fileparts(mfilename('fullpath')), 'output');
14
15
%% Debug mode settings
16
0 commit comments