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!