Ask Your Question

Revision history [back]

@holger that is sadly incorrect. Mex files are a way of running C++ code from Matlab and vice versa. However since they are wrappers you do need Matlab installed on your system or it will not work. Basically the mex acts as an interpreter to the Matlab code and provides it with the correct parameters for you.