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#?

回答 (1 件)

Titus Edelhofer
Titus Edelhofer 2015 年 7 月 22 日

0 投票

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

この質問は閉じられています。

質問済み:

2015 年 7 月 22 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by