IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
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);
function find_marker(in i)
function fig_assert()