IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
uip_blmisc_rowsout_hist.m
Go to the documentation of this file.
1 %> @ingroup guigroup
2 %> @file
3 %> @brief Properties Windows for @ref blmisc_rowsout_hist
4 %>
5 %> Redirects to uip_blmisc_rowsout_distr.m
6 %>
7 %> @sa uip_blmisc_rowsout_distr.m, blmisc_rowsout_hist
8 %
9 %> @cond
10 function result = uip_blmisc_rowsout_hist(o, data)
11 result = uip_blmisc_rowsout_distr(o, data);
12 %>@endcond
Outlier removal by Histogram.