We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93ac23 commit 99d6d9cCopy full SHA for 99d6d9c
1 file changed
build_mex.m
@@ -21,6 +21,7 @@
21
22
orig_path = pwd();
23
disp('Building mex files. This may take a few minutes.');
24
+binarypath = fullfile(fileparts(mfilename('fullpath')), 'bin');
25
cd(binarypath);
26
for i = 1:length(files)
27
f = files(i);
0 commit comments