IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
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;
function orhistgui_set_remover(in blk)
Base Block class.
Definition: block.m:2
Univariate Outlier removal.
function orhistgui(in varargin)
function orhistgui_show(in blk)