How to integrate the generated C/C++ DLL from MATLAB Coder into a .NET application
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 1 Dez. 2021
Beantwortet: MathWorks Support Team
am 1 Dez. 2021
I would like to call C/C++ DLL in C# after I generated C/C++ DLL in MATLAB Coder.
Akzeptierte Antwort
MathWorks Support Team
am 1 Dez. 2021
Please see the following article and example link.
- Generating C Code from MATLAB for Use with Java and .NET Applications
https://www.mathworks.com/company/newsletters/articles/generating-c-code-from-matlab-for-use-with-java-and-net-applications.html
- Examples showing how to use SWIG to wrap MATLAB Coder generated C and C++ code for other languages
https://www.mathworks.com/matlabcentral/fileexchange/69305-coder-swig
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!