IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
blmisc_classes.m
Go to the documentation of this file.
1 %> @brief Base class for blocks that change a dataset classes.
3  methods
4  function o = blmisc_classes(o)
5  o.classtitle = 'Classes';
6  end;
7  end;
8 end
9 
Miscellaneous block.
Definition: blmisc.m:4
Base class for blocks that change a dataset classes.
Definition: blmisc_classes.m:2