<library>Initialize[WithHandlers]
Initialize MATLAB Runtime instance associated with
library
Syntax
Description
creates a MATLAB® Runtime instance associated with the generated C/C++ shared library
bool
library
Initialize()library
using the default print and error handlers.
Call this function in your C/C++ application after calling
mclInitializeApplication
and before calling any of the
compiled functions exported by the library.
creates a MATLAB Runtime instance associated with bool
library
InitializeWithHandlers(mclOutputHandlerFcn error_handler
, mclOutputHandlerFcn print_handler
)library
and allows
you to specify how to handle error messages and printed text. The functions
passed to
are installed in the MATLAB Runtime instance and called whenever error text or regular text
outputs.library
InitializeWithHandlers
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009a