How can I use optimization algorithms in Matlab, applied on a code in Visual C#?

1 view (last 30 days)
I have a program written in Visual C# in which I created an environment for different optimization algorithms. Now only the optimization code itself is missing. I heard there is a way to connect Visual C# and Matlab code via COM-Interface, so that I am able to run the C# program with a chosen optimization code of Matlab. How is that possible?

Answers (1)

Guillaume
Guillaume on 15 Nov 2014
It's all explained in the doc, with even an example for c#.

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!