mex-it icon indicating copy to clipboard operation
mex-it copied to clipboard

Automatically mex C/C++ functions for Matlab or Octave (with C++11 compiler)

Results 4 mex-it issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to mex a function that ideally would return a std::pair but when I go to mex from MATLAB I receive a number of errors related to...

Mex-it project is wonderful, I have Matlab 2014b in Ubuntu14.04 and fix some cmake issue by 1. add the support to R2014b 2. return MATLAB_FOUND to find_package function

Hi, mex-it.h fails when using matrices which are not of type double. I guess the error is on line 356: `sizeof(double)` must be replaced by `sizeof(T)` A similar error needs...