Home > Archive > Matlab > July 2006 > C# and Matlab
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Lashan 2006-07-31, 7:17 pm |
| I want to have an application done by C#.Is there any way of
utilising Matlabs mathematical capabilities inside my program in a PC
which does not have Matlab installed?.Are matlab engines a sloution
to this?
Thx
| |
| Titus Edelhofer 2006-07-31, 7:17 pm |
| Hi,
you can use the MATLAB compiler to generate a DLL which you can
call from C#, see
www.mathworks.com/products/compiler
Your C#-program together with the compiled DLL and the run-time
library from the MATLAB compiler enables you to use the code on
machines without MATLAB installed...
Titus
"Lashan" <lashan@engineer.com> schrieb im Newsbeitrag
news:ef3d06d.-1@webcrossing.raydaftYaTP...
>I want to have an application done by C#.Is there any way of
> utilising Matlabs mathematical capabilities inside my program in a PC
> which does not have Matlab installed?.Are matlab engines a sloution
> to this?
>
> Thx
| |
|
| Lashan wrote:
>
>
> I want to have an application done by C#.Is there any way of
> utilising Matlabs mathematical capabilities inside my program in a
> PC
> which does not have Matlab installed?.Are matlab engines a sloution
> to this?
>
> Thx
Look for a product called ".NET Builder" This takes your matlab code
and creates a .NET callable set of classes in a DLL. This ".NET
Builder" product is certainly not without problems, I've been
struggling with this tool which appears to have some very basic
functions ill implemented.
jib
|
|
|
|
|