matlab::engine::startMATLABAsync
Start MATLAB asynchronously
Description
FutureResult<std::unique_ptr<MATLABEngine>> startMATLABAsync(const
std::vector<String>& options = std::vector<String>())
Start MATLAB® asynchronously in a separate process with optional MATLAB startup options.
Include
Namespace: | matlab::engine |
Include | MatlabEngine.hpp |
Parameters
| Startup options used to launch MATLAB. You can specify multiple startup options. The engine
supports all MATLAB startup options, except for the options listed in
Unsupported Startup Options. For a list of options,
see the platform-specific command |
Return Value
|
A |