mclGetLastErrorMessage | Last error message from unsuccessful function call |
mclGetLogFileName | Retrieve name of log file used by MATLAB Runtime |
mclInitializeApplication | Set up application state shared by all MATLAB Runtime instances
created in current process |
mclIsJVMEnabled | Determine if MATLAB Runtime was launched with instance
of Java Virtual Machine (JVM) |
mclIsMCRInitialized | Determine if MATLAB Runtime has been properly initialized |
mclIsNoDisplaySet | Determine if -nodisplay mode is enabled |
mclmcrInitialize | Initializes the MATLAB Runtime proxy library |
mclRunMain | Mechanism for creating identical wrapper code across all
platforms |
mclTerminateApplication | Close MATLAB Runtime-internal application state |
mclWaitForFiguresToDie | Enable deployed applications to process graphics events,
enabling figure windows to remain displayed |
mwArray | Class used to pass input/output arguments to C++ functions
generated by MATLAB
Compiler SDK |
mwException | Exception type used by the mwArray API
and the C++ interface functions |
mwString | String class used by the mwArray API
to pass string data as output from certain methods |