Convert running MATLAB session to shared session
matlab.engine.shareEngine
converts the
current MATLAB® session to a shared session with a default name.
The default name is 'MATLAB_
,
where <process_ID>
'
is
a number that indicates the process ID of the current MATLAB session.<process_ID>
matlab.engine.shareEngine(
converts
the current MATLAB session to a shared session and gives it the
name specified by name
)name
.
If there is already a shared MATLAB session on your local
machine that has the name specified by name
, then matlab.engine.shareEngine
converts
the current session to a shared session with a default name.