THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).

View the code

Go to function

AMTMEX - Compile Mex/Oct interfaces

Usage

amtmex;
amtmex(...);

Description

amtmex compiles the C backend in order to speed up the execution of the toolbox. The C backend is linked to Matlab and Octave through mex and Octave C++ interfaces.

The action of amtmex is determined by one of the following flags:

'compile' Compile stuff. This is the default.
'clean' Removes the compiled functions.