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 6c826bc commit 5765497Copy full SHA for 5765497
hdsort-compiled/hdsort_compiled.m
@@ -1,5 +1,7 @@
1
function hdsort_compiled(outputFolder)
2
try
3
+ % cding to outputFolder is needed to save output files in the correct place
4
+ cd(fullfile(outputFolder))
5
6
%% Load sorter configs and params
7
load(fullfile(outputFolder, 'configsParams.mat'))
0 commit comments