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