Hey guys,, can anyone tell me how to open a MEX file,, or how can i ask Matlab for a c or matlab alternative for a MEX file

49 views (last 30 days)
bold

Accepted Answer

Walter Roberson
Walter Roberson on 6 Sep 2015
A .mex file is a .dll . "open" it using any convenient disassembler. Remember, though, that a lot of .mex arrive with software licenses that prohibit disassembly or reverse engineering.
If you have a .mex file and do not have the corresponding C or C++ or Fortran source code, then chances are that you are not intended to be able to read the source. People who intend you to be able to read the source, ship the source along with the .mex .

More Answers (0)

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!