matlab引擎“无法启动MATLAB引擎”
显示 更早的评论
以下代码:
代码语言: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 ...
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 启动和关闭 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!