【问题标题】:Error when calling CPLEX in Matlab在 Matlab 中调用 CPLEX 时出错
【发布时间】:2013-02-05 22:11:29
【问题描述】:

我正在使用带有 win7(32 位)和 Matlab 2009a(32 位)的 cplex12.5 (x86-32) 学术版。 我在 Matlab 中使用 cplexlp 函数尝试了一个简单的线性问题。出现以下错误:

Error using ==> cplexlp at 254
Invalid MEX-file 'C:\Program
Files\IBM\ILOG\CPLEX_Studio_Preview125\cplex\matlab\x86_win32\cplexlink125.mexw32': The specified module could not be found.

有什么问题?有什么办法可以解决吗?

感谢您提供任何信息。

【问题讨论】:

  • 你把 C/C++ 文件编译成 mex 了吗?

标签: matlab cplex


【解决方案1】:

此错误通常意味着依赖库丢失或不在路径中。您可以通过在dependency walker 中打开您的mex 文件来查找缺少的内容。 Google fordepends.exe 下载dependency walker。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-01
    • 1970-01-01
    • 1970-01-01
    • 2021-01-16
    • 2016-04-26
    • 1970-01-01
    相关资源
    最近更新 更多