IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
orhistgui_find_handles.m
Go to the documentation of this file.
1
%> @ingroup guigroup
2
%> @file
3
%> @brief Finds handles
for
orhistgui
4
function
handles =
orhistgui_find_handles
()
5
H = findall(0, 'Name', '
orhistgui
');
6
if isempty(H)
7
irerror
('orhistgui not open');
8
end;
9
handles = guidata(H);
irerror
function irerror(in s)
orhistgui_find_handles
function orhistgui_find_handles()
orhistgui
function orhistgui(in varargin)
m
gui
auxi
orhistgui_find_handles.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1