myDeployedModule.initialize_runtime
Python module to initialize MATLAB Runtime with a list of startup options
Description
initializes the MATLAB® Runtime with a list of startup options that affects all
packages opened within the script.myobj
=
myDeployedModule.initialize_runtime()
If it is not called explicitly, it is executed automatically, with an
empty list of options, by the first call to initialize()
.
Do not call initialize_runtime()
after calling
initialize()
. There is no corresponding
terminate_runtime()
call. The MATLAB Runtime terminates automatically when the script or session
ends.