can matlab compiler produce libraries (like DLLs) or can one matlab exe call another?
1 次查看(过去 30 天)
显示 更早的评论
Hi, we have a Matlab project we would like to compile into seperate libraries with seperate source code.
Is it possible for one .exe to call another, or for maltab to produce a dll?
Thanks for any help,
Tom.
0 个评论
回答(1 个)
Kaustubha Govind
2012-5-22
I don't know too much about this, but it seems like one exe calling another shouldn't have any issues, but I'm not sure about calling one MATLAB Compiler generated DLL from another (because DLLs operate on the "in-process server" paradigm). I would recommend contacting MathWorks Tech Support for a more authoritative answer.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!