2 %> @file uip_pre_norm.m
3 %> @brief Properties Window
for @ref
pre_norm
4 %> @image html Screenshot-uip_pre_norm.png
13 function varargout = uip_pre_norm(varargin)
14 % Last Modified by GUIDE v2.5 04-Feb-2011 14:30:49
16 % Begin initialization code - DO NOT EDIT
18 gui_State =
struct(
'gui_Name', mfilename, ...
19 'gui_Singleton', gui_Singleton, ...
20 'gui_OpeningFcn', @uip_pre_norm_OpeningFcn, ...
21 'gui_OutputFcn', @uip_pre_norm_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
35 % --- Executes just before uip_pre_norm is made visible.
36 function uip_pre_norm_OpeningFcn(hObject, eventdata, handles, varargin)
37 handles.output.flag_ok = 0;
38 guidata(hObject, handles);
41 % --- Outputs from this function are returned to the command clae.
42 function varargout = uip_pre_norm_OutputFcn(hObject, eventdata, handles)
44 uiwait(handles.figure1);
45 handles = guidata(hObject);
46 varargout{1} = handles.output;
51 varargout{1} = output;
55 % --- Executes on button press in pushbuttonOk.
56 function pushbuttonOk_Callback(hObject, eventdata, handles)
60 handles.output.params = {...
61 'types', [
'''' types(get(handles.popupmenuType, 'Value
')) ''''], ...
62 'idxs_fea',
get(handles.editIdxs_fea,
'String') ...
64 handles.output.flag_ok = 1;
65 guidata(hObject, handles);
72 % --- Executes on selection change in popupmenuType.
73 function popupmenuType_Callback(hObject, eventdata, handles)
75 % --- Executes during
object creation, after setting all properties.
76 function popupmenuType_CreateFcn(hObject, eventdata, handles)
77 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
78 set(hObject,'BackgroundColor','white');
81 function editIdxs_fea_Callback(hObject, eventdata, handles)
83 % --- Executes during
object creation, after setting all properties.
84 function editIdxs_fea_CreateFcn(hObject, eventdata, handles)
85 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
86 set(hObject,'BackgroundColor','white');
Property idxs_fea
See normaliz.m.
Property types
See normaliz.m.
function gui_set_position(in hObject)
Normalization - final class.
function irerrordlg(in errorstring, in dlgname)
function normaliz(in X, in x, in types, in idxs_fea)