I have a mex file but not the C code it was compiled from. Is there any way I can see the code from the mex file?
+5
A:
A mex file, as its name suggests, is a matlab executable file. It's compiled using a C compiler and unless you know how to reverse engineer executables, I don't think you can get the initial C source code back.
3lectrologos
2010-01-16 22:26:04