Main Content
mexhost
Create host process for C++ MEX function
Description
creates a MEX host process
that is used to run C++ MEX functions. The default process name is
mh
= mexhostMATLABMexHost
.
Use the feval
method of the matlab.mex.MexHost
object returned to execute C++ MEX functions in the
MEX host process.
sets environment variable with values defined in mh
= mexhost("EnvironmentVariables",envVariables
)envVariables
for the process.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2019a