Skip to content

Commit 17cd459

Browse files
committed
Suppress warning when directory already exists
1 parent e936ec8 commit 17cd459

4 files changed

+4
-0
lines changed

Event_context_DEMOuav_rmax7by7rect_FAST.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
clear;
22
close all;
33

4+
warning('off', 'MATLAB:MKDIR:DirectoryExists');
45
% Add VLFeat toolbox to MATLAB working path
56
run('vlfeat-0.9.17-bin/vlfeat-0.9.17/toolbox/vl_setup.m');
67
addpath(genpath('getNmnistDesc'));

Event_context_DEMOuav_rmax7by7rect_FASTnoPCA.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
clear;
22
close all;
33

4+
warning('off', 'MATLAB:MKDIR:DirectoryExists');
45
% Add VLFeat toolbox to MATLAB working path
56
run('vlfeat-0.9.17-bin/vlfeat-0.9.17/toolbox/vl_setup.m');
67
addpath(genpath('getNmnistDesc'));

Event_context_DEMOuav_rmax7by7rect_FASTwithDet.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
clear;
22
close all;
33

4+
warning('off', 'MATLAB:MKDIR:DirectoryExists');
45
% Add VLFeat toolbox to MATLAB working path
56
run('vlfeat-0.9.17-bin/vlfeat-0.9.17/toolbox/vl_setup.m');
67
addpath(genpath('getNmnistDesc'));

Event_context_DEMOuav_rmax7by7rect_FPGAmodular.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
clear;
22
close all;
33

4+
warning('off', 'MATLAB:MKDIR:DirectoryExists');
45
% Add VLFeat toolbox to MATLAB working path
56
run('vlfeat-0.9.17-bin/vlfeat-0.9.17/toolbox/vl_setup.m');
67
addpath(genpath('getNmnistDesc'));

0 commit comments

Comments
 (0)