Skip to content

Commit 8507f34

Browse files
authored
bugs fix
1 parent d9d5b5b commit 8507f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ function clustering_performance_Callback(hObject, eventdata, handles)
484484
if num_of_clusters == 0
485485
return
486486
end
487-
set(handles.flip_y,'String',num_of_clusters);
487+
set(handles.num_clusters,'String',num_of_clusters);
488488
%results_clustering_parameters(segmentation_configs,labels_path);
489489

490490

0 commit comments

Comments
 (0)