IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
uip_vis_log_ovrcurves.m
Go to the documentation of this file.
1 %> @ingroup guigroup
2 %> @file
3 %> @brief Properties Windows for @ref vis_log_ovrcurves
4 %>
5 %> Redirects to uip_vis_grades.m
6 %>
7 %> @cond
8 function result = uip_vis_log_ovrcurves(varargin)
9 result = uip_vis_grades(varargin{:});
10 %>@endcond
Visualization of Grades Curves stored inside a log_ovrcurves object.