Startup options for the MATLAB process, specified as a
string. You can specify multiple startup options with option
.
The engine supports '-desktop'
to start MATLAB with
the desktop. In addition, the engine supports all MATLAB startup
options, except for the options listed in Limitations.
Example: matlab.engine.start_matlab('-desktop -r "format
short"')
starts the desktop from Python. The engine passes '-r
"format short"'
to MATLAB.