Path: news.mathworks.com!not-for-mail
From: "Peter Webb" <pwebb@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB Toolboxes in C#
Date: Tue, 20 Oct 2009 15:19:54 -0400
Organization: The MathWorks, Inc.
Lines: 49
Message-ID: <hbl2gq$6q1$1@fred.mathworks.com>
References: <h8d1d7$mks$1@fred.mathworks.com> <h8dg23$cvm$1@fred.mathworks.com> <hbk4h2$137$1@fred.mathworks.com>
Reply-To: "Peter Webb" <pwebb@mathworks.com>
NNTP-Posting-Host: webbp.dhcp.mathworks.com
X-Trace: fred.mathworks.com 1256066394 6977 172.31.44.134 (20 Oct 2009 19:19:54 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 20 Oct 2009 19:19:54 +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:578779


Actually, you'll need the MCR as well. See: 
http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/index.html?/access/helpdesk/help/toolbox/compiler/f12-999353.html&http://www.mathworks.com/cgi-bin/texis/webinator/search/

That article is about the base-level MATLAB Compiler, but the MCR works the 
same way for the Builder products.

"Dwight Modiwirijo" <dmodiwirijo@hotmail.com> wrote in message 
news:hbk4h2$137$1@fred.mathworks.com...
> Hi,
>
> If Builder NE (for .NET) is used which dependent assemblies do I need to 
> deploy my custom assembly? (a matlab-runtime?) Just my custom-assembly, 
> right?
>
> regards
>
>
> "Titus Edelhofer" <titus.edelhofer@mathworks.de> wrote in message 
> <h8dg23$cvm$1@fred.mathworks.com>...
>> 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
>>