Effacer les filtres
Effacer les filtres

How can I run C# code in MATLAB?

45 vues (au cours des 30 derniers jours)
Gauri Gupta
Gauri Gupta le 8 Août 2018
Commenté : Shahidul Asif le 8 Mar 2021
I have a simple C# programme written in Visual Studios and I would like to call it and run it from MATLAB.

Réponses (1)

Lipi Vora
Lipi Vora le 10 Août 2018
Modifié(e) : Lipi Vora le 10 Août 2018
I understand that you would like to call your C# program from MATLAB.
To do so, you will have to first expose your C# code as a .NET library. Once this is done, you can call the .NET libraries from MATLAB using NET.addAssembly.
Here is the link to further documentation for using .NET libraries in MATLAB.
Hope this helps!
  1 commentaire
Shahidul Asif
Shahidul Asif le 8 Mar 2021
How do I expose the codes as you mentioned?

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by