Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can I use all MATLAB functions in C# ?

1 visualizzazione (ultimi 30 giorni)
Firat Urkun
Firat Urkun il 22 Lug 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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#?

Risposte (1)

Titus Edelhofer
Titus Edelhofer il 22 Lug 2015
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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by