Skip to content

Commit 4bbdffd

Browse files
committed
bug fix
1 parent fbb904b commit 4bbdffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results/demo/demo_gui.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function demo_gui(set,user_path,varargin)
154154
for i = 1:length(seg_overlap)
155155
load(fullfile(project_path,'segmentation',seg_name(i).name));
156156

157-
p = strsplit(files{i},'.mat');
157+
p = strsplit(files(i).name,'.mat');
158158
p = p{1};
159159
output_path = char(fullfile(project_path,'labels',strcat(p,'_check')));
160160
if ~exist(output_path,'dir')

0 commit comments

Comments
 (0)