IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
scaled.m
Go to the documentation of this file.
1 %>@ingroup graphicsapi
2 %>@file
3 %>@brief Multiplies by the SCALE global
4 %
5 %> @param i
6 %> @return x
7 function x = scaled(i)
8 fig_assert();
9 global SCALE;
10 x = i*SCALE;
11 
12 
function scaled(in i)
function fig_assert()