matlab::engine::findMATLABAsync
Find shared MATLAB sessions asynchronously
Description
FutureResult<std::vector<String>>
findMATLABAsync()
Find all shared MATLAB® sessions on the local machine asynchronously.
You can find MATLAB sessions started with out-of-process mode. For information about
mode, see matlab::engine::startMATLABAsync
Parameters. If you started a session with in-process mode, the
engine throws an exception. (since R2026a)
Include
|
Namespace: | matlab::engine |
| Include | MatlabEngine.hpp |
Parameters
None
Return Value
|
|
A |
Examples
Version History
Introduced in R2017b