IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
find_marker.m
Go to the documentation of this file.
1
%>@ingroup graphicsapi
2
%>@file
3
%>@brief Returns a marker
for
plotting
4
%
5
%> @param i
6
%> @
return
x
7
function
x =
find_marker
(i)
8
fig_assert
();
9
global MARKERS;
10
x = MARKERS(mod(i-1, size(MARKERS, 2))+1);
find_marker
function find_marker(in i)
fig_assert
function fig_assert()
m
misc
graphicsapi
find_marker.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1