IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
cy.m
Go to the documentation of this file.
1 %> @brief Aux function for bmtable
2 %> @file
3 %> @ingroup conversion maths
4 %
5 %> @param y
6 %> @param dl "DrawLines"
7 %> @return yout
8 function yout = cy(y, dl)
9 yout = (y-dl.miny)*dl.scale+dl.offset;
10 
function cy(in y, in dl)
BioMarker Table.
Definition: bmtable.m:22