MATLAB: Are C++ shared library targets supported with MATLAB Compiler 3.0 (R13)

ccompilerdocumentationerrorlibraryMATLAB Compilersharedstatic

The MATLAB Compiler 3.0 (R13) documentation for MCC states:
-B cpplib (C++ Library). Produce a C++ library.
The -B cpplib option is equivalent to the series of
options -B csharedlib:
<shared_library_name>
-L cpp -T compile:lib
Does this indicate that C++ shared library targets are supported?

Best Answer

This has been verified as an error within the documentation for the MATLAB Compiler within the section for MCC. C++ shared library targets are not supported with MATLAB Compiler 3.0 (R13).