MEX function 'Data_mex.mexw64' is not recognized as a MATLAB Coder MEX function.
조회 수: 12 (최근 30일)
이전 댓글 표시
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
2020년 3월 23일
What does
ls Data_mex.*
show?
What action were you taking that led to the error message?
답변 (1개)
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 !
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!