Is there any free Matlab Compiler?

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
 
W

wald

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top