Can I use a dll library generated by MATLAB Coder in a separate cpp file using Microsoft Visual Studio Project?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!