DSPRelated.com
Forums

matlab ->C++ convertion

Started by mans-34 February 14, 2007
Hello,
    Is there any tool that can convert Matalb codes to C++ code? It seems 
that Matlab compiler doesn't convert M files to C++ but make it deployable.

Any help appreciated.

Regards


On 14 Feb, 12:15, "mans-34" <use_my_name_h...@blueyonder.co.uk> wrote:
> Hello, > Is there any tool that can convert Matalb codes to C++ code?
Nope. You have to do that yourself.
> It seems > that Matlab compiler doesn't convert M files to C++ but make it deployable.
Not even that. The matlab "compiler" wraps the matlab interpreter around the M-files before exporting a stand-alone executable. Rune
mans-34 wrote:

> Hello, > Is there any tool that can convert Matalb codes to C++ code? It seems > that Matlab compiler doesn't convert M files to C++ but make it deployable. > > Any help appreciated. > > Regards > >
I'm a Matlab to C++ compiler. But I charge by the hour :-). -- Tim Wescott Wescott Design Services http://www.wescottdesign.com Posting from Google? See http://cfaj.freeshell.org/google/ "Applied Control Theory for Embedded Systems" came out in April. See details at http://www.wescottdesign.com/actfes/actfes.html
"mans-34" <use_my_name_here@blueyonder.co.uk> wrote in message 
news:bbCAh.272117$QY6.208953@fe1.news.blueyonder.co.uk...
> Hello, > Is there any tool that can convert Matalb codes to C++ code? It seems > that Matlab compiler doesn't convert M files to C++ but make it > deployable. >
Not sure about C++, but for C you can use Catalytic MCS. This is quite a powerful product that can convert your m-code to generic C or DSP (TI64/67) optimised code. It can also target Mentor Graphics CatapultC in case you want to go the hardware route, See http://www.catalitic.com/products.html Hans www.ht-lab.com
> Any help appreciated. > > Regards > >
You can do Matlab to C dlls within Matlab