IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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;
is_2014
function is_2014()
m
misc
is_2014.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1