I wrote some mex (C ++) code, I used mxArrays and several other Matlab functions, I wonder if it is easy to convert it to C ++ code by including the appropriate header and making some minor changes?
edit: By "convert" I mean that I want to compile and run my code without relying (using) on matlab.
source
share