matlab引擎“无法启动MATLAB引擎”
Show older comments
以下代码:
代码语言:javascript
复制
if (!(ep = engOpen("\0"))) {
fprintf(stderr, "\nCan't start MATLAB engine\n");
return EXIT_FAILURE;
}
提供:
代码语言:javascript
复制
Can't start MATLAB engine
我不知道是什么原因...我有两个版本的Matlab64位R2011a和32位R2010b。我使用的是matlab第二版的引擎库。操作系统windows 7 x64。根据一些主题,这个问题可能是由多个matlab版本MATLAB Engine Windows 7 problem引起的,但我已经从PATH环境变量中删除了x64 Matlab ...
Accepted Answer
More Answers (0)
Categories
Find more on 启动和关闭 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!