Error using mex (line 206) Unable to complete successfully.
이전 댓글 표시
when i try to run compile_gc from matlab wrapper for graph cuts i am getting the following error.. >>compile_gc C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: 'GraphCutMex.cpp' not found.
Error using mex (line 206) Unable to complete successfully.
Error in compile_gc (line 28) eval(cmd);
have installed Microsoft Windows SDK 7.1... i am able to run >>mex -setup successfully.. after that if i run compile_gc am getting that error.. please help me to sort out the problem.
답변 (1개)
James Tursa
2014년 2월 10일
0 개 추천
Usually the file-not-found error is because the 'GraphCutMex.cpp' file is not in the current default directory. E.g., can you see the file if you issue a 'dir' command at the MATLAB prompt?
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!