Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can I use all MATLAB functions in C# ?

1 次查看(过去 30 天)
Firat Urkun
Firat Urkun 2015-7-22
关闭: MATLAB Answer Bot 2021-8-20
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
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

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by