Home > Applications > Horace > admin > matlab_version_num.m

iFit/matlab_version_num

PURPOSE ^

Returns numeric representation of Matlab version

SYNOPSIS ^

function numver=matlab_version_num

DESCRIPTION ^

 Returns numeric representation of Matlab version

   >> version = matlab_version_num

 The version number returned is not the true Matlab version, but one which
 numerical places Matlab versions in chronological order

 e.g. if R2011b i.e. version 7.13:
   >> matlab_version_num
   ans =
       7.1300

 e.g. if R2007a i.e. version 7.4:
   >> matlab_version_num
   ans =
       7.0400  (i.e. not 7.4)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1