mclmcrInitialize
Initialize the MATLAB Runtime proxy library
Synopsis
mclmcrInitialize();
Description
mclmcrInitialize()
initializes the library used to create the
MATLAB® Runtime proxy used by all other MATLAB generated APIs.
mclmcrInitialize()
is called by mclInitializeApplication
.
Therefore, you do not need to explicitly call this function in your driver
code.