Skip to content

Compiling the kernel

Nima edited this page Jan 6, 2014 · 1 revision

First the Matlab C++ compiler has to be set using:

mex -setup

Visula studio C++ for windows can be used.

If you are using MATLAB version 6.5 or a later version, you need to replace all "mxCreateScalarDouble" with "mxCreateDoubleScalar". This is done in the current version. Read more here ...

Clone this wiki locally