IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
uip_vectorcomp_utest.m
Go to the documentation of this file.
1 %>@file
2 %>@ingroup guigroup
3 %>@brief Properties Window for @ref vectorcomp_utest
4 %>
5 %> Redirects to @ref uip_fsg_test_t.m
6 %>
7 %> @sa uip_fsg_test_t.m, vectorcomp_utest
8 
9 %>@cond
10 function out = uip_vectorcomp_utest(varargin)
11 
12 out = uip_fsg_test_t();
13 %>@endcond