Main Content
mclInitializeApplication
Set up application state shared by all MATLAB Runtime instances created in current process
Description
sets up the application state shared by all MATLAB® Runtime instances created in the current process. The function
takes an array of char* C-style strings (possibly of zero length)
specifying additional MATLAB Runtime options and a count specifying the size of the string
array.bool
mclInitializeApplication(const char **options
, int count
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009a