Skip to content

Commit 991e34e

Browse files
author
geedigit
committed
Update cleandata.m
1 parent 5041f41 commit 991e34e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

datacleaner/cleandata.m

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33

44
clear all;
55
clc;
6+
folder = fileparts(which('datacleaner.m'));
7+
addpath(genpath(folder));
68
addpath('utils');
79
addpath('utils/xlwrite');
810
addpath('utils/xlwrite/poi_library');
11+
912
if ismac
10-
run('utils/xlwrite/firstlaunch_xlwrite.m');
13+
run('firstlaunch_xlwrite.m');
1114
disp('Added Mac export capability.');
1215
end
1316

0 commit comments

Comments
 (0)