Azzera filtri
Azzera filtri

Mex, *.cpp not found

5 visualizzazioni (ultimi 30 giorni)
Nirmal
Nirmal il 1 Giu 2011
Hi,
I am new to the mex stuff, dont know much about it. I tried compiling a cpp file and got a error.
mex estpab.cpp
C:\PROGRA~1\MATLAB\R2011A\BIN\MEX.PL: Error: 'estpab.cpp' not found.
??? Error using ==> mex at 208 Unable to complete successfully.
I have the cpp file in the folder that is added to the matlabpath. I dont know where I am supposed to place the file. Any help would be greatly appreciated.
Thank you.

Risposta accettata

Walter Roberson
Walter Roberson il 1 Giu 2011
I believe that it is not sufficient that the folder be on the path: I believe you need to be cd()'d to the folder if you do not give the full path to the file.
  1 Commento
Nirmal
Nirmal il 1 Giu 2011
:) that was easy :). Thank you.

Accedi per commentare.

Più risposte (1)

Walid
Walid il 5 Ott 2011
have the same problem ? what is cd()'d ? Walid
  1 Commento
Walter Roberson
Walter Roberson il 5 Ott 2011
cd() is "change current directory"; see http://www.mathworks.com/help/techdoc/ref/cd.html

Accedi per commentare.

Categorie

Scopri di più su Write C Functions Callable from MATLAB (MEX Files) in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by