Is there any free Matlab Compiler?

  • Thread starter Thread starter WanWan
  • Start date Start date
W

WanWan

Hi all,

I would like to compile a small M-file into C++ Source Code. Is there any
free compiler to do so?

Thanks for your attention.

Best Regards,
Wan
 
WanWan said:
I would like to compile a small M-file into C++ Source Code. Is
there any free compiler to do so?

Octave tries to be an open source alternative to Matlab, and seems
to do a fairly decent job. There's a Octave-to-C++ compiler
available at:

http://www.stratego-language.org/Octave

Since Octave is Matlab-compatible, you could give it a try, in
theory it should work.

Regards,
Wald
 
Back
Top