Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Simulink 生成 C++ 代码;Simulink 构建file.exe但它不运行。问题是:
file.exe
程序无法启动,因为您的计算机缺少 libmx.dill。尝试重新安装程序以解决此问题。
顺便说一句,该文件libmx.dll已经存在于 Matlab 路径中。我该如何解决?
libmx.dll
如果您尝试在 MATLAB 中使用
>> system('my.exe');
它有效吗?
如果是,那么最可能的原因是包含 libmx.dll 的目录不在您的系统路径上。