IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
draw_hachure.m
Go to the documentation of this file.
1
%>@ingroup graphicsapi idata
2
%>@file
3
%>@brief Draws hachure
4
%
5
%> @param position a MATLAB-like
"position"
vector: [x, y, width, height]
6
function
draw_hachure
(position)
7
rectangle('Position', position, 'LineStyle', 'none', 'FaceColor', [1, 1, 1]*.75);
draw_hachure
function draw_hachure(in position)
m
misc
graphicsapi
draw_hachure.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1