IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
bmart_diamond.m
Go to the documentation of this file.
1
%> @brief Art stuff
2
%> @ingroup graphicsapi
3
%> @sa
bmtable
4
classdef
bmart_diamond
<
bmart
5
methods
6
function
o =
bmart_diamond
(o)
7
o.classtitle = 'Black Diamond';
8
o.marker = 'd';
9
o.markerscale = 1;
10
o.color = [0, 0, 0];
11
end;
12
end;
13
end
bmart
Art stuff for BioMarker Tables.
Definition:
bmart.m:5
bmart_diamond
Art stuff.
Definition:
bmart_diamond.m:4
bmtable
BioMarker Table.
Definition:
bmtable.m:22
m
misc
graphicsapi
bmart_diamond.m
Generated on Tue May 19 2015 20:46:04 for IRootLab by
1.8.9.1