We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ee1ab commit 6b2bb54Copy full SHA for 6b2bb54
main_gui.m
@@ -29,6 +29,7 @@ function main_gui_OpeningFcn(hObject, eventdata, handles, varargin)
29
set(findall(handles.panel_class, '-property', 'enable'), 'enable', 'off');
30
set(findall(handles.panel_res, '-property', 'enable'), 'enable', 'off');
31
set(handles.res_demo,'Enable','on');
32
+ set(handles.config_tags,'Visible','off');
33
% Choose default command line output for main_gui
34
handles.output = hObject;
35
% Update handles structure
0 commit comments