IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
uip_vis_means.m
Go to the documentation of this file.
1 %> @ingroup guigroup
2 %> @file
3 %> @brief Properties Windows for @ref vis_means
4 %>
5 %> Redirects to ask_peakdetector.m
6 %>
7 %> @sa ask_peakdetector.m, vis_means.m
8 %
9 %> @cond
10 function result = uip_vis_means(varargin)
11 result = ask_peakdetector(varargin{:});
12 %>@endcond
Visualization - Class means.
Definition: vis_means.m:2