IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
bmunit_int.m
Go to the documentation of this file.
1
%> @brief Unit - Integer
2
%> @ingroup graphicsapi
3
%>
4
%> @sa
bmtable
5
classdef
bmunit_int
<
bmunit
6
methods
7
function
o =
bmunit_int
(o)
8
o.classtitle = 'Integer';
9
o.yformat = '%3d';
10
o.flag_zeroline = 0;
11
end;
12
end;
13
end
bmunit_int
Unit - Integer.
Definition:
bmunit_int.m:5
bmunit
Representation of a Unit.
Definition:
bmunit.m:5
bmtable
BioMarker Table.
Definition:
bmtable.m:22
m
misc
graphicsapi
bmunit_int.m
Generated on Tue May 19 2015 20:46:04 for IRootLab by
1.8.9.1