IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
ircode_reset.m
Go to the documentation of this file.
1 %> @ingroup globals codegen
2 %> @file
3 %> @brief Clears the @c IRCODE global
4 function ircode_reset()
5 global IRCODE;
6 IRCODE = [];
function ircode_reset()