Respondida MATLAB API automation
Actually in windows if you enableservice() as I pointed out, or run matlab /automation before executing your app, the rule is ...
más de 13 años hace | 0
Respondida MATLAB API automation
In Windows we can run the following command in matlab gui, and the automation would be enabled:
enableservice('AutomationSe...
más de 13 años hace | 0
Pregunta
MATLAB API automation
Hi,
I wrote on Windows a C++ standalone application, which communicates with the MATLAB engine through its API. Namely:
#inc...