Effacer les filtres
Effacer les filtres

Please help me, where must i do for this problem is gone. I want to configure mingw 64 to matlab.

11 vues (au cours des 30 derniers jours)
I have this problem when i configure minGW to matlab. When i setup mex i have notice thas mex has changed to support, and i must to set myMexfile. But when i try to do, i have this error. please help me..
mex myMexFile.c
Error using mex
C:\WINDOWS\system32\myMexFile.c not found; check that you are in the correct current folder, and check the spelling of
'C:\WINDOWS\system32\myMexFile.c'.

Réponses (1)

Jan
Jan le 19 Mai 2018
The error message is clear: The current folder is C:\WINDOWS\system32\, but there the file myMexFile.c is not found.
Use cd to change the current folder to the path, where your C file is found. Then run the mex call again.
  3 commentaires
Jan
Jan le 20 Mai 2018
What exactly does "that mex has changed to support, and i must to set myMexfile" mean? What are you trying to do? Don't you want to compile a C file called "myMexFile.c"?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by