How can I use all MATLAB functions in C# ?

I want to use all MATLAB functions in C# to make a tool. Is there an API or a method to use all MATLAB functions in C#?

Réponses (1)

Titus Edelhofer
Titus Edelhofer le 22 Juil 2015

0 votes

Yes and no:
  • You can use the MATLAB Engine. There you can call most MATLAB functions.
  • Somewhat similar (using another technology) is the MATLAB COM Automation Server.
  • Completely different is using the MATLAB Compiler SDK that creates a component from specific MATLAB code to be integrated. In contrast to the other two methods you can use this component independently from MATLAB.
Titus

Cette question est clôturée.

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by