MATLAB: Error using mex for compiling unravel.c

mex compiler

Hi all, I am trying to run mex compiler for unravel.c. However, it always show the error:Error using mex (line 206)Unable to complete successfully.
Although I have try some solution such as download update for Microsoft Visual Studio 2010, the problem keep happening.
Can anyone please help me?
Thank you
PS: I am running MATLAB R2012a and using Microsoft Visual Studio 2010 Express Edition on a 64bit laptop (windows 7).

Best Answer

The free versions of Microsoft products are limited in many ways. For example the "starter edition" of Office won't let you talk to it from MATLAB via ActiveX. A while ago I remember that I encountered some limitation with the Express (free) edition of Visual Studio but I don't remember what it was. Perhaps you're running into something like that. Ask someone who has the full version of Visual Studio to compile it for you, or switch to another compiler.
Related Question