Main Content
matlab::engine::findMATLAB
Find shared MATLAB sessions synchronously
Description
std::vector<String> findMATLAB()
Find all shared MATLAB® sessions on the local machine.
Include
Namespace: | matlab::engine |
Include | MatlabEngine.hpp |
Parameters
None
Return Value
|
A vector of the names of all shared MATLAB sessions on the local machine, or an empty vector if no shared MATLAB sessions are available |
Exceptions
|
Throws exception if the call fails while searching for shared MATLAB sessions. |
Examples
Version History
Introduced in R2017b