Main Content
matlab.engine.find_matlab
Find shared MATLAB sessions to connect to MATLAB Engine for Python
Description
names = matlab.engine.find_matlab()
finds
all shared MATLAB® sessions on your local machine and returns
their names in a tuple
. Any name in names
can
be the input argument to matlab.engine.connect_matlab
.
If there are no shared sessions running on your local machine, matlab.engine.find_matlab
returns
an empty tuple
.
Examples
Version History
Introduced in R2015b