7 function varargout = uip_report_soitem_merger_merger_fhg(varargin)
8 % Last Modified by GUIDE v2.5 26-Jul-2012 14:54:46
10 % Begin initialization code - DO NOT EDIT
12 gui_State =
struct(
'gui_Name', mfilename, ...
13 'gui_Singleton', gui_Singleton, ...
14 'gui_OpeningFcn', @uip_report_soitem_merger_merger_fhg_OpeningFcn, ...
15 'gui_OutputFcn', @uip_report_soitem_merger_merger_fhg_OutputFcn, ...
16 'gui_LayoutFcn', [] , ...
18 if nargin && ischar(varargin{1})
19 gui_State.gui_Callback = str2func(varargin{1});
23 [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
25 gui_mainfcn(gui_State, varargin{:});
27 % End initialization code - DO NOT EDIT
30 % --- Executes just before uip_report_soitem_merger_merger_fhg is made visible.
31 function uip_report_soitem_merger_merger_fhg_OpeningFcn(hObject, eventdata, handles, varargin)
32 handles.output.flag_ok = 0;
33 guidata(hObject, handles);
37 % --- Outputs from this function are returned to the command clae.
38 function varargout = uip_report_soitem_merger_merger_fhg_OutputFcn(hObject, eventdata, handles)
40 uiwait(handles.figure1);
41 handles = guidata(hObject);
42 varargout{1} = handles.output;
47 varargout{1} = output;
51 %############################################
54 function refresh(handles)
60 %
############################################
61 %############################################
63 % --- Executes on button press in pushbuttonOK.
64 function pushbuttonOK_Callback(hObject, eventdata, handles) %#ok<*DEFNU,*INUSL>
67 if isempty(speakdetector)
71 if isempty(sbiocomparer)
75 if isempty(ssubsetsprocessor)
76 ssubsetsprocessor = '[]';
79 handles.output.params = {...
80 'flag_draw_stability', int2str(
get(handles.checkbox_flag_draw_stability,
'Value')) ...
81 'flag_biocomp_per_clssr', int2str(
get(handles.checkbox_flag_biocomp_per_clssr,
'Value')), ...
82 'flag_biocomp_per_stab', int2str(
get(handles.checkbox_flag_biocomp_per_stab,
'Value')), ...
83 'flag_biocomp_all', int2str(
get(handles.checkbox_flag_biocomp_all,
'Value')), ...
84 'flag_nf4grades', int2str(
get(handles.checkbox_flag_nf4grades,
'Value')), ...
85 'flag_biocomp_nf4grades', int2str(
get(handles.checkbox_flag_biocomp_nf4grades,
'Value')), ...
86 'flag_biocomp_per_ssp', int2str(
get(handles.checkbox_flag_biocomp_per_ssp,
'Value')), ...
87 'stab4all', int2str(eval(
get(handles.edit_stab4all,
'String'))), ...
88 'peakdetector', speakdetector, ...
89 'biocomparer', sbiocomparer, ...
90 'subsetsprocessor', ssubsetsprocessor, ...
92 handles.output.flag_ok = 1;
93 guidata(hObject, handles);
100 function checkbox_flag_biocomp_per_clssr_Callback(hObject, eventdata, handles) %#ok<*INUSD>
102 % --- Executes on selection change in popupmenuDataHint.
103 function popupmenuDataHint_Callback(hObject, eventdata, handles)
105 % --- Executes during
object creation, after setting all properties.
106 function popupmenuDataHint_CreateFcn(hObject, eventdata, handles)
107 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
108 set(hObject,'BackgroundColor','white');
111 % --- Executes on selection change in popupmenuPeakdetector.
112 function popupmenuPeakdetector_Callback(hObject, eventdata, handles)
114 % --- Executes during
object creation, after setting all properties.
115 function popupmenuPeakdetector_CreateFcn(hObject, eventdata, handles)
116 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
117 set(hObject,'BackgroundColor','white');
120 function checkbox_flag_biocomp_all_Callback(hObject, eventdata, handles)
122 function radiobutton_curves_Callback(hObject, eventdata, handles)
123 if get(hObject, 'Value') > 0
124 set(handles.radiobutton_pl, 'Value', 0);
126 function radiobutton_pl_Callback(hObject, eventdata, handles)
127 if get(hObject, 'Value') > 0
128 set(handles.radiobutton_curves, 'Value', 0);
130 function checkbox_flag_biocomp_per_stab_Callback(hObject, eventdata, handles)
131 function edit_stab4all_Callback(hObject, eventdata, handles)
132 function edit_stab4all_CreateFcn(hObject, eventdata, handles)
133 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
134 set(hObject,'BackgroundColor','white');
136 function popupmenu_subsetsprocessor_Callback(hObject, eventdata, handles)
137 function popupmenu_subsetsprocessor_CreateFcn(hObject, eventdata, handles)
138 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
139 set(hObject,'BackgroundColor','white');
141 function popupmenu_biocomparer_Callback(hObject, eventdata, handles)
142 function popupmenu_biocomparer_CreateFcn(hObject, eventdata, handles)
143 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
144 set(hObject,'BackgroundColor','white');
146 function popupmenu_peakdetector_Callback(hObject, eventdata, handles)
147 function popupmenu_peakdetector_CreateFcn(hObject, eventdata, handles)
148 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
149 set(hObject,'BackgroundColor','white');
151 function checkbox_flag_nf4grades_Callback(hObject, eventdata, handles)
152 function checkbox_flag_biocomp_nf4grades_Callback(hObject, eventdata, handles)
153 function checkbox_flag_biocomp_per_ssp_Callback(hObject, eventdata, handles)
154 function checkbox_flag_draw_stability_Callback(hObject, eventdata, handles)
function listbox_get_selected_1stname(in h_listbox)
function listbox_load_from_workspace(in classname, in h_list, in flag_blank, in string_empty, in input)
function gui_set_position(in hObject)
Processor of a set of subsets of features.
function irerrordlg(in errorstring, in dlgname)