how to see the code fo a matlab mex file
I have a mex file but not the C code it was compiled from. Is there any way I can see the code开发者_StackOverflow社区 from the mex file?
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.
精彩评论