12 function varargout = uip_report_log_fselrepeater_hist(varargin)
13 % Last Modified by GUIDE v2.5 06-Jul-2013 20:30:04
15 % Begin initialization code - DO NOT EDIT
17 gui_State =
struct(
'gui_Name', mfilename, ...
18 'gui_Singleton', gui_Singleton, ...
19 'gui_OpeningFcn', @uip_report_log_fselrepeater_hist_OpeningFcn, ...
20 'gui_OutputFcn', @uip_report_log_fselrepeater_hist_OutputFcn, ...
21 'gui_LayoutFcn', [] , ...
23 if nargin && ischar(varargin{1})
24 gui_State.gui_Callback = str2func(varargin{1});
28 [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
30 gui_mainfcn(gui_State, varargin{:});
32 % End initialization code - DO NOT EDIT
35 % --- Executes just before uip_report_log_fselrepeater_hist is made visible.
36 function uip_report_log_fselrepeater_hist_OpeningFcn(hObject, eventdata, handles, varargin)
37 handles.output.flag_ok = 0;
38 guidata(hObject, handles);
42 % --- Outputs from this function are returned to the command clae.
43 function varargout = uip_report_log_fselrepeater_hist_OutputFcn(hObject, eventdata, handles)
45 uiwait(handles.figure1);
46 handles = guidata(hObject);
47 varargout{1} = handles.output;
52 varargout{1} = output;
56 %############################################
59 function refresh(handles)
65 %
############################################
66 %############################################
68 % --- Executes on button press in pushbuttonOK.
69 function pushbuttonOK_Callback(hObject, eventdata, handles) %#ok<*DEFNU,*INUSL>
72 if isempty(speakdetector)
76 if isempty(sdata_hint)
80 if isempty(ssubsetsprocessor)
81 ssubsetsprocessor = '[]';
84 handles.output.params = {...
85 'peakdetector', speakdetector, ...
86 'data_hint', sdata_hint, ...
87 'subsetsprocessor', ssubsetsprocessor, ...
89 handles.output.flag_ok = 1;
90 guidata(hObject, handles);
97 function popupmenu_subsetsprocessor_Callback(hObject, eventdata, handles)
98 function popupmenu_subsetsprocessor_CreateFcn(hObject, eventdata, handles)
99 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
100 set(hObject,'BackgroundColor','white');
102 function popupmenu_data_hint_Callback(hObject, eventdata, handles)
103 function popupmenu_data_hint_CreateFcn(hObject, eventdata, handles)
104 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
105 set(hObject,'BackgroundColor','white');
107 function popupmenu_peakdetector_Callback(hObject, eventdata, handles)
108 function popupmenu_peakdetector_CreateFcn(hObject, eventdata, handles)
109 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
110 set(hObject,'BackgroundColor','white');
Property peakdetector
=def_peakdetector()
function listbox_get_selected_1stname(in h_listbox)
Property data_hint
=[]. Hint dataset
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)