Can I use a dll library generated by MATLAB Coder in a separate cpp file using Microsoft Visual Studio Project?
Afficher commentaires plus anciens
I have used Matlab Coder to generate DLL-files of the "umbrella function" myFun.m, which is an entry function which calls another entry function, mySubFun.m.
Now I want to let a huge, external cpp-solution call the cpp-generated version of mySubFun() without using mySubFun.cpp, instead by using myFun.dll.
How do I approach this?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!