Path: news.mathworks.com!not-for-mail
From: "Titus Edelhofer" <titus.edelhofer@mathworks.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB Toolboxes in C#
Date: Fri, 11 Sep 2009 14:33:06 +0200
Organization: The MathWorks, Inc.
Lines: 26
Message-ID: <h8dg23$cvm$1@fred.mathworks.com>
References: <h8d1d7$mks$1@fred.mathworks.com>
NNTP-Posting-Host: ac-edelhofert.ac.mathworks.de
X-Trace: fred.mathworks.com 1252672387 13302 172.16.75.150 (11 Sep 2009 12:33:07 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 11 Sep 2009 12:33:07 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5843
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
Xref: news.mathworks.com comp.soft-sys.matlab:569788


Hi,
take a look at the Builder NE (for .NET).
http://www.mathworks.com/products/netbuilder/
It does exactly this, convert the MATLAB code into a .NET assembly that can 
be used (e.g.) by your C# code.

Titus

"Zeeshan Arif Saeed" <zeesh.arif@gmail.com> schrieb im Newsbeitrag 
news:h8d1d7$mks$1@fred.mathworks.com...
> Hi,
>
> I am working on the deployment of my trading algorithm but my broker API 
> does not support interfacing with MATLAB, rather it supports interfacing 
> with C#.
>
> I wanted to know how can I deploy by MATLAB algo (which uses functions 
> from many different toolboxes) in the C# environment so I can interface 
> with the API and generate trading signals based on the analysis of my 
> MATLAB algo.
>
> Thanks
>
> Zeeshan