IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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);
13
orhistgui_refresh
();
irerror
function irerror(in s)
orhistgui_set_remover
function orhistgui_set_remover(in blk)
orhistgui_find_handles
function orhistgui_find_handles()
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_refresh
function orhistgui_refresh()
m
gui
auxi
orhistgui_set_remover.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1