MEX function 'Data_mex.mexw64' is not recognized as a MATLAB Coder MEX function.

6 ビュー (過去 30 日間)
Tommy Bear
Tommy Bear 2020 年 3 月 23 日
回答済み: qian xiao 2020 年 9 月 19 日
as title.
I ve tried
mex -setup
but not working. Only returns
MEX configured to use 'Microsoft Visual C++ 2017' for C++ language compilation.
Please help.
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 3 月 23 日
What does
ls Data_mex.*
show?
What action were you taking that led to the error message?

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

回答 (1 件)

qian xiao
qian xiao 2020 年 9 月 19 日
I've met the same problem, the Coder tool box returns
MEX function 'xxxxxx_mex.mexw64' is not recognized as a MATLAB Coder MEX function
, which can led to build-failure.
This problem may due to the wrong file path, you should check the file path for two things: first, no special characters; then, whether the path length is too long.
GOOD LUCK !

カテゴリ

Help Center および File ExchangeGet Started with GPU Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by