Effacer les filtres
Effacer les filtres

C:\PROGRA~​1\MATLAB\R​2012A\BIN\​MEX.PL: Error: 'resize.cc' not found.

3 vues (au cours des 30 derniers jours)
Nehal Patel
Nehal Patel le 21 Avr 2014
Réponse apportée : Jan le 5 Août 2017
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

Réponses (2)

Rehan
Rehan le 5 Août 2017
Modifié(e) : Rehan le 5 Août 2017
hi
this syntax is for mac or linux, but if you are running this code on windows. use full path like this mex C:\Users\....\resize.cc
if you have any issue you can ask. i hope it helped.

Jan
Jan le 5 Août 2017
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

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by