Using mex for c++ file
Mostra commenti meno recenti
I am trying to use mex to compile .cpp file but i got some problem. I do like below : I set up mex :

and use mex

i hope that everybody can help fix this problem.Thanks in advance!
Risposte (1)
James Tursa
il 4 Set 2013
0 voti
LCC is a C compiler, not a C++ compiler. You need to select option 3 above (MIcrosoft Visual C/C++) to compile cpp files.
1 Commento
KAKA DOAN
il 4 Set 2013
Categorie
Scopri di più su Write C Functions Callable from MATLAB (MEX Files) in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
