How can I run a Simulink model in .NET. The dll that I generated does not have any calling functions which I can use in .NET. Please provide a step by step solution on how to generate a dll and use it in .net.

1 view (last 30 days)
My model comprised of two constants a,b and an output workspace 'c'. My model added a and b, and showed the output in c. I was able to run the model in C# but I need a standalone dll which can be used on computers on which matlab is not installed. How can I create a standalone, plug and play dll from simulink which I can use in .NET. Please provide step by step solution with screenshots if possible.

Answers (0)

Community Treasure Hunt

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

Start Hunting!