7 function varargout = uip_fselrepeater(varargin)
8 % Last Modified by GUIDE v2.5 07-Aug-2012 20:22:14
10 % Begin initialization code - DO NOT EDIT
12 gui_State =
struct(
'gui_Name', mfilename, ...
13 'gui_Singleton', gui_Singleton, ...
14 'gui_OpeningFcn', @uip_fselrepeater_OpeningFcn, ...
15 'gui_OutputFcn', @uip_fselrepeater_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_fselrepeater is made visible.
31 function uip_fselrepeater_OpeningFcn(hObject, eventdata, handles, varargin) %#ok<*INUSL>
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_fselrepeater_OutputFcn(hObject, eventdata, handles)
40 uiwait(handles.figure1);
41 handles = guidata(hObject);
42 varargout{1} = handles.output;
47 varargout{1} = output;
51 %############################################
52 %############################################
55 function refresh(handles)
60 %############################################
61 %############################################
63 % --- Executes on button press in pushbuttonOK.
64 function pushbuttonOK_Callback(hObject, eventdata, handles) %#ok<*DEFNU>
68 irerror('Feature Selection AS not specified!');
79 % other = uip_as_fsel_grades();
81 handles.output.params = {...
82 'as_fsel', sas_fsel, ...
85 'flag_parallel', int2str(
get(handles.checkbox_flag_parallel,
'value')), ...
87 handles.output.flag_ok = 1;
88 guidata(hObject, handles);
96 % --- Executes on selection change in popupmenu_sgs.
97 function popupmenu_sgs_Callback(hObject, eventdata, handles)
99 % --- Executes during
object creation, after setting all properties.
100 function popupmenu_sgs_CreateFcn(hObject, eventdata, handles)
101 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
102 set(hObject,'BackgroundColor','white');
105 % --- Executes on selection change in popupmenu_as_fsel.
106 function popupmenu_as_fsel_Callback(hObject, eventdata, handles)
108 % --- Executes during
object creation, after setting all properties.
109 function popupmenu_as_fsel_CreateFcn(hObject, eventdata, handles)
110 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
111 set(hObject,'BackgroundColor','white');
114 % --- Executes on selection change in popupmenu_fext.
115 function popupmenu_fext_Callback(hObject, eventdata, handles)
117 % --- Executes during
object creation, after setting all properties.
118 function popupmenu_fext_CreateFcn(hObject, eventdata, handles)
119 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
120 set(hObject,'BackgroundColor','white');
122 function popupmenu_data_Callback(hObject, eventdata, handles)
123 function popupmenu_data_CreateFcn(hObject, eventdata, handles)
124 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
125 set(hObject,'BackgroundColor','white');
127 function checkbox_flag_parallel_Callback(hObject, eventdata, handles)
function listbox_get_selected_1stname(in h_listbox)
Analysis Session - Feature Selection Repeater.
function listbox_load_from_workspace(in classname, in h_list, in flag_blank, in string_empty, in input)
function gui_set_position(in hObject)
function irerrordlg(in errorstring, in dlgname)