Invalid MEX-file 'D:\sky_de​tector\too​lbox\bin\g​co_matlab.​mexw64': The specified procedure could not be found..

2 ビュー (過去 30 日間)
Hi,
I git this error: Invalid MEX-file 'D:\sky_detector\toolbox\bin\gco_matlab.mexw64': The specified procedure could not be found..
That's file exists. How can I fix the error?
Thanks!

回答 (1 件)

James Tursa
James Tursa 2017 年 3 月 21 日
編集済み: James Tursa 2017 年 3 月 21 日
It is not unusual for mex routines to be dependent on the MATLAB version. I.e., mex routines compiled under one version of MATLAB may not run under another version of MATLAB. What version of MATLAB are you running, and what version of MATLAB was used to compile the mex routine? Can you recompile the mex routine?
  2 件のコメント
Chen Zhu
Chen Zhu 2017 年 3 月 21 日
編集済み: Chen Zhu 2017 年 3 月 21 日
Hi,
I am using r2016b 9.1.0.441655. 64 bit. The mex file should be compiled by a older version matlab.
Since it's online code, I don't have source code to re-compile..
James Tursa
James Tursa 2017 年 3 月 21 日
Then you might be stuck. Can you run the code with an earlier version of MATLAB?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWrite C Functions Callable from MATLAB (MEX Files) についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by