IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
orhistgui_show.m
Go to the documentation of this file.
1
%> @ingroup guigroup
2
%> @file
3
%> @brief Calls GUI to preview the action outlier removal.
4
%
5
%> @param blk A @c
blmisc_rowsout_uni
block
.
6
function
orhistgui_show
(blk)
7
8
H = findall(0, 'Name', '
orhistgui
');
9
if isempty(H)
10
orhistgui(blk, 1);
11
else
12
% uicontrol(H); % Tries to bring to focus
13
end;
14
%
orhistgui_set_remover
(blk);
orhistgui_set_remover
function orhistgui_set_remover(in blk)
block
Base Block class.
Definition:
block.m:2
blmisc_rowsout_uni
Univariate Outlier removal.
Definition:
blmisc_rowsout_uni.m:6
orhistgui
function orhistgui(in varargin)
orhistgui_show
function orhistgui_show(in blk)
m
gui
auxi
orhistgui_show.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1