How can I run C# code in MATLAB?
Mostra commenti meno recenti
I have a simple C# programme written in Visual Studios and I would like to call it and run it from MATLAB.
Risposte (1)
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.
Hope this helps!
1 Commento
Shahidul Asif
il 8 Mar 2021
How do I expose the codes as you mentioned?
Categorie
Scopri di più su Get Started with Microsoft .NET in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!