質問


Show live output from API
I'm executing an .m script from C++ API (matlabEval). Unfortunately, I can't see the output until the script (e.g. one that ca...

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Error using matlabpool: Elements of cell array input A must be strings
Resolved: It seems that C:\Program Files\MATLAB\R2013a\toolbox\local\pathdef.m is in the installation directory (reall...

12年以上 前 | 0

| 採用済み

質問


Error using matlabpool: Elements of cell array input A must be strings
Hi, Matlab 2013a Winx64. I execute: matlabpool I get an error: >> matlabpool Starting matlabpool using the 'loc...

12年以上 前 | 1 件の回答 | 0

1

回答

回答済み
MATLAB API automation
Actually in windows if you enableservice() as I pointed out, or run matlab /automation before executing your app, the rule is ...

14年以上 前 | 0

回答済み
MATLAB API automation
In Windows we can run the following command in matlab gui, and the automation would be enabled: enableservice('AutomationSe...

14年以上 前 | 0

質問


MATLAB API automation
Hi, I wrote on Windows a C++ standalone application, which communicates with the MATLAB engine through its API. Namely: #inc...

14年以上 前 | 3 件の回答 | 0

3

回答