3 %> @brief Log recorder Properties Window
8 function varargout = uip_logrecorder(varargin)
9 % Last Modified by GUIDE v2.5 09-Nov-2012 18:13:16
11 % Begin initialization code - DO NOT EDIT
13 gui_State =
struct(
'gui_Name', mfilename, ...
14 'gui_Singleton', gui_Singleton, ...
15 'gui_OpeningFcn', @uip_logrecorder_OpeningFcn, ...
16 'gui_OutputFcn', @uip_logrecorder_OutputFcn, ...
17 'gui_LayoutFcn', [] , ...
19 if nargin && ischar(varargin{1})
20 gui_State.gui_Callback = str2func(varargin{1});
24 [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
26 gui_mainfcn(gui_State, varargin{:});
28 % End initialization code - DO NOT EDIT
31 % --- Executes just before uip_logrecorder is made visible.
32 function uip_logrecorder_OpeningFcn(hObject, eventdata, handles, varargin)
33 handles.output.flag_ok = 0;
34 guidata(hObject, handles);
38 % --- Outputs from this function are returned to the command clae.
39 function varargout = uip_logrecorder_OutputFcn(hObject, eventdata, handles) %
#ok<*INUSL>
41 uiwait(handles.figure1);
42 handles = guidata(hObject);
43 varargout{1} = handles.output;
48 varargout{1} = output;
52 %############################################
55 function refresh(handles)
63 %############################################
64 %############################################
66 % --- Executes on button press in pushbuttonOK.
67 function pushbuttonOK_Callback(hObject, eventdata, handles)
82 if isempty(spostpr_test)
86 if isempty(spostpr_est)
90 handles.output.params = {...
92 'ds_test', sds_test, ...
94 'postpr_est', spostpr_est, ...
95 'postpr_test', spostpr_test ...
97 handles.output.flag_ok = 1;
98 guidata(hObject, handles);
106 function popupmenu_estlog_Callback(hObject, eventdata, handles)
107 function popupmenu_estlog_CreateFcn(hObject, eventdata, handles)
108 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
109 set(hObject,'BackgroundColor','white');
111 function popupmenu_postpr_test_Callback(hObject, eventdata, handles)
112 function popupmenu_postpr_test_CreateFcn(hObject, eventdata, handles)
113 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
114 set(hObject,'BackgroundColor','white');
116 function popupmenu_ds_test_Callback(hObject, eventdata, handles)
117 function popupmenu_ds_test_CreateFcn(hObject, eventdata, handles)
118 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
119 set(hObject,'BackgroundColor','white');
121 function popupmenu_postpr_est_Callback(hObject, eventdata, handles)
122 function popupmenu_postpr_est_CreateFcn(hObject, eventdata, handles)
123 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
124 set(hObject,'BackgroundColor','white');
126 function popupmenu_clssr_Callback(hObject, eventdata, handles)
127 function popupmenu_clssr_CreateFcn(hObject, eventdata, handles) %
#ok<*INUSD,*DEFNU>
128 if ispc && isequal(
get(hObject,
'BackgroundColor'),
get(0,
'defaultUicontrolBackgroundColor'))
129 set(hObject,'BackgroundColor','white');
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)
function irerrordlg(in errorstring, in dlgname)
Used to record a ttlog based on test and estimation data.