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!