IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
blbl.m
Go to the documentation of this file.
1 %> @brief Other blocks
2 %>
3 classdef blbl < block;
4  methods
5  function o = blbl(o)
6  o.classtitle = 'Other blocks';
7  end;
8  end;
9 end
Base Block class.
Definition: block.m:2
Other blocks.
Definition: blbl.m:3