3 %>@brief Properties Window
for @ref
fcon_mcr
5 %> Please check
fcon_mcr for information.
10 function varargout = uip_fcon_mcr(varargin)
11 % Last Modified by GUIDE v2.5 12-Jun-2011 23:08:02
13 % Begin initialization code - DO NOT EDIT
15 gui_State =
struct(
'gui_Name', mfilename, ...
16 'gui_Singleton', gui_Singleton, ...
17 'gui_OpeningFcn', @uip_fcon_mcr_OpeningFcn, ...
18 'gui_OutputFcn', @uip_fcon_mcr_OutputFcn, ...
19 'gui_LayoutFcn', [] , ...
21 if nargin && ischar(varargin{1})
22 gui_State.gui_Callback = str2func(varargin{1});
26 [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
28 gui_mainfcn(gui_State, varargin{:});
30 % End initialization code - DO NOT EDIT
33 % --- Executes just before uip_fcon_mcr is made visible.
34 function uip_fcon_mcr_OpeningFcn(hObject, eventdata, handles, varargin)
35 handles.output.flag_ok = 0;
36 guidata(hObject, handles);
40 % --- Outputs from this function are returned to the command clae.
41 function varargout = uip_fcon_mcr_OutputFcn(hObject, eventdata, handles)
43 uiwait(handles.figure1);
44 handles = guidata(hObject);
45 varargout{1} = handles.output;
49 varargout{1} = output;
53 % --- Executes on button press in pushbuttonOk.
54 function pushbuttonOk_Callback(hObject, eventdata, handles)
55 handles.output.params = {...
56 'no_factors', int2str(eval(
get(handles.editNofactors,
'String'))) ...
58 handles.output.flag_ok = 1;
59 guidata(hObject, handles);
63 function editNofactors_Callback(hObject, eventdata, handles)
65 % --- Executes during
object creation, after setting all properties.
66 function editNofactors_CreateFcn(hObject, eventdata, handles)
67 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
68 set(hObject,'BackgroundColor','white');
73 function edit_nc_max_Callback(hObject, eventdata, handles)
76 % --- Executes during
object creation, after setting all properties.
77 function edit_nc_max_CreateFcn(hObject, eventdata, handles)
78 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
79 set(hObject,'BackgroundColor','white');
Multivariate Curve Resolution.
function gui_set_position(in hObject)