tags:

views:

50

answers:

1

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

related questions