IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
orhistgui_set_remover.m
Go to the documentation of this file.
1 %> @ingroup guigroup
2 %> @file
3 %> @brief Sets block of orhistgui
4 %
5 %> @param blk A @c blmisc_rowsout_uni block.
6 function orhistgui_set_remover(blk)
7 if ~isa(blk, 'blmisc_rowsout_uni')
8  irerror('Remover needs to be of class blmisc_rowsout_uni!');
9 end;
10 handles = orhistgui_find_handles();
11 handles.remover = blk;
12 guidata(handles.figure1, handles);
function irerror(in s)
function orhistgui_set_remover(in blk)
function orhistgui_find_handles()
Base Block class.
Definition: block.m:2
Univariate Outlier removal.
function orhistgui(in varargin)
function orhistgui_refresh()