IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
check_hsc.m
Go to the documentation of this file.
1 %>@ingroup misc
2 %>@file
3 %>@brief check_hsc
4 function check_hsc()
5 global HSC;
6 if numel(HSC) == 0
7  welcome();
8 end;
9 HSC = 1;
function check_hsc()