IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
is_2014.m
Go to the documentation of this file.
1 %>@file
2 %>@brief Returns True if MATLAB version is greater than 2014a
3 %> @ingroup misc
4 function b = is_2014()
5 b = strcmpc(version('-release'), '2014a') >= 0;
function is_2014()