IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
rowaggr.m
Go to the documentation of this file.
1 %> @file
2 %> @ingroup groupgroup
3 %> @brief Row aggregation blocks
4 %>
5 %> This class does not implement anything, it only exists for organization purposes
6 classdef rowaggr < blmisc
7  methods
8  function o = rowaggr()
9  o.classtitle = 'Row aggregator';
10  o.flag_params = 0;
11  end;
12  end;
13 end
Definition: rowaggr.m:6
Miscellaneous block.
Definition: blmisc.m:4