IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
blmisc.m
Go to the documentation of this file.
1 %> @brief Miscellaneous block
2 %>
3 %> This block is more for grouping purpose in \ref blockmenu.m
4 classdef blmisc < block
5  methods
6  function o = blmisc(o)
7  o.classtitle = 'Miscellaneous';
8  end;
9  end;
10 end
11 
function blockmenu(in varargin)
Miscellaneous block.
Definition: blmisc.m:4
Base Block class.
Definition: block.m:2