C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: 'resize.cc' not found.
조회 수: 1 (최근 30일)
이전 댓글 표시
hey when i run code then it saws errors like:
compile
C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: 'resize.cc' not found.
Error using mex (line 206) Unable to complete successfully.
Error in compile (line 1) mex -O resize.cc
댓글 수: 0
답변 (2개)
Jan
2017년 8월 5일
Either provide the full path name:
mex -O D:\MFiles\YouSubFolder\resize.cc
or set the current folder accordingly:
cd D:\MFiles\YouSubFolder\
mex -O resize.cc
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Dialog Boxes에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!