Node:Matlab Version, Next:Matlab Architecture, Previous:Matlab Products, Up:Autoconf Macros
Some features, for example MEX-files, depend on the Matlab version number. You must not check for toolbox version numbers because the toolbox versions coming along with the Matlab kernel are fixed.
| AX_MATLAB_VERSION | Macro |
|
Check for Matlab version number.
Set output variable If this macro can determine the Matlab version number, it defines
|
| AX_REQUIRE_MATLAB_VERSION ([minimum-version]) | Macro |
Like the AX_MATLAB_VERSION macro described above, but fail if the
Matlab version number can not be determined.
If the optional argument minimum-version is given, the Matlab
version must be greater than or equal minimum-version. Otherwise,
the check fails. Argument minimum-version has to be of the form
|