MATLAB: Is it possible to compile a static library using MATLAB Compiler 4.0 (R14)

compilerdlllibraryMATLAB Compilerstatic

I have a library that needs to be distributed with my application. I would like to know if it is possible to compile it as a static library so that the number of DLL files could be minimized.

Best Answer

As of MATLAB Compiler 4 (R14), it is no longer possible to make static libraries.