Reply by February 22, 20072007-02-22
You can do Matlab to C dlls within Matlab

Reply by HT-Lab February 15, 20072007-02-15
"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 > >
Reply by Tim Wescott February 14, 20072007-02-14
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
Reply by Rune Allnor February 14, 20072007-02-14
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
Reply by mans-34 February 14, 20072007-02-14
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