Using mex for c++ file
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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!
0 commentaires
Réponses (1)
James Tursa
le 4 Sep 2013
LCC is a C compiler, not a C++ compiler. You need to select option 3 above (MIcrosoft Visual C/C++) to compile cpp files.
Voir également
Catégories
En savoir plus sur MATLAB Compiler SDK 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!
