IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
blmisc_merge.m
Go to the documentation of this file.
1 %> @brief Base class for dataset mergers.
2 classdef blmisc_merge < blmisc
3  methods
4  function o = blmisc_merge(o)
5  o.classtitle = 'Dataset Merge';
6  o.flag_multiin = 1;
7  o.flag_params = 0;
8  end;
9  end;
10 end
11 
Base class for dataset mergers.
Definition: blmisc_merge.m:2
Miscellaneous block.
Definition: blmisc.m:4