On Thursday, March 27, 2014 4:02:33 PM UTC-5, J Luis wrote:
>
> Are you using Matlab R13? Because that was the last release with a true 
> compiler.
> Otherwise you are using a misnomer compiler. R14 and above call it 
> compiler but it doesn't compile anything. Just encrypts and uses a ML 
> runtime.
>

There are two products: the MATLAB Compiler, which is the thing you're 
talking about, and MATLAB Coder, which does in fact generate C code (and 
with which I am far too familiar) suitable either as a MEX function, or 
with the Embedded Coder product into either a standalone product or 
integrated with other code.

If we're talking about the Coder products, the advantage of Julia is that 
you'll never find yourself in gdb trying to discern the oft inscrutable 
work of the code generator when your program crashes. However, the Julia 
debugging story can still use a good bit of work.

Reply via email to