MATLAB Compiler SDK C/C++ API

Alphabetical List By Category
<library>Initialize[WithHandlers]Initialize MATLAB Runtime instance associated with library
<library>TerminateFree all resources allocated by MATLAB Runtime instance associated with library
mclGetLastErrorMessageLast error message from unsuccessful function call
mclGetLogFileNameRetrieve name of log file used by MATLAB Runtime
mclInitializeApplicationSet up application state shared by all MATLAB Runtime instances created in current process
mclIsJVMEnabledDetermine if MATLAB Runtime was launched with instance of Java Virtual Machine (JVM)
mclIsMCRInitializedDetermine if MATLAB Runtime has been properly initialized
mclIsNoDisplaySetDetermine if -nodisplay mode is enabled
mclmcrInitializeInitializes the MATLAB Runtime proxy library
mclRunMainMechanism for creating identical wrapper code across all platforms
mclTerminateApplicationClose MATLAB Runtime-internal application state
mclWaitForFiguresToDieEnable deployed applications to process graphics events, enabling figure windows to remain displayed
mwArrayClass used to pass input/output arguments to C++ functions generated by MATLAB Compiler SDK
mwExceptionException type used by the mwArray API and the C++ interface functions
mwStringString class used by the mwArray API to pass string data as output from certain methods
Was this topic helpful?