Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can I use all MATLAB functions in C# ?

1 visualización (últimos 30 días)
Firat Urkun
Firat Urkun el 22 de Jul. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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#?

Respuestas (1)

Titus Edelhofer
Titus Edelhofer el 22 de Jul. de 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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by