can matlab compiler produce libraries (like DLLs) or can one matlab exe call another?

2 views (last 30 days)
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.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 22 May 2012
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.

Categories

Find more on MATLAB Compiler SDK 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!