IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
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);
function irerror(in s)
function orhistgui_find_handles()
function orhistgui(in varargin)