3 %> @brief Properties Window
for @ref
vis_cov
4 %> @image html Screenshot-uip_vis_cov.png
13 function varargout = uip_vis_cov(varargin)
14 % Last Modified by GUIDE v2.5 22-Aug-2011 16:21:03
16 % Begin initialization code - DO NOT EDIT
18 gui_State =
struct(
'gui_Name', mfilename, ...
19 'gui_Singleton', gui_Singleton, ...
20 'gui_OpeningFcn', @uip_vis_cov_OpeningFcn, ...
21 'gui_OutputFcn', @uip_vis_cov_OutputFcn, ...
22 'gui_LayoutFcn', [] , ...
24 if nargin && ischar(varargin{1})
25 gui_State.gui_Callback = str2func(varargin{1});
29 [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
31 gui_mainfcn(gui_State, varargin{:});
33 % End initialization code - DO NOT EDIT
36 % --- Executes just before uip_vis_cov is made visible.
37 function uip_vis_cov_OpeningFcn(hObject, eventdata, handles, varargin)
38 handles.output.flag_ok = 0;
39 guidata(hObject, handles);
43 % --- Outputs from this function are returned to the command clae.
44 function varargout = uip_vis_cov_OutputFcn(hObject, eventdata, handles)
46 uiwait(handles.figure1);
47 handles = guidata(hObject);
48 varargout{1} = handles.output;
53 varargout{1} = output;
57 %############################################
60 function refresh(handles)
63 %
############################################
64 %############################################
66 % --- Executes on button press in pushbuttonOK.
67 function pushbuttonOK_Callback(hObject, eventdata, handles)
70 type = types(get(handles.popupmenu_type, 'Value'));
77 handles.output.params = {...
78 'data_hint', sdata2, ...
79 'type', [
'''', type, ''''] ...
81 handles.output.flag_ok = 1;
82 guidata(hObject, handles);
90 % --- Executes on selection change in popupmenuDataHint.
91 function popupmenuDataHint_Callback(hObject, eventdata, handles)
93 % --- Executes during
object creation, after setting all properties.
94 function popupmenuDataHint_CreateFcn(hObject, eventdata, handles)
95 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
96 set(hObject,'BackgroundColor','white');
99 % --- Executes on selection change in popupmenu_type.
100 function popupmenu_type_Callback(hObject, eventdata, handles)
102 % --- Executes during
object creation, after setting all properties.
103 function popupmenu_type_CreateFcn(hObject, eventdata, handles)
104 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
105 set(hObject,'BackgroundColor','white');
function listbox_get_selected_1stname(in h_listbox)
Property type
'c': covariance; 'w': within-class covarianne matrix; 'b': between-class covariance matrix ...
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)