Main Content
matlab.engine.start_matlab
Start MATLAB Engine for Python
Syntax
Description
starts MATLAB asynchronously if eng
= matlab.engine.start_matlab(background
)background
is
True
.
starts MATLAB asynchronously if eng
= matlab.engine.start_matlab(async
)async
is
True
. Not recommended. Use the
background
argument instead. Do not use for Python Version 3.7 or later. For more information, see Version History.
Examples
Input Arguments
Output Arguments
Limitations
The engine does not support these MATLAB startup options:
-h
-help
-?
-n
-e
-softwareopengl
-logfile
For information on MATLAB startup options, see Commonly Used Startup Options.