Using mex for c++ file
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
James Tursa
2013 年 9 月 4 日
LCC is a C compiler, not a C++ compiler. You need to select option 3 above (MIcrosoft Visual C/C++) to compile cpp files.
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler SDK についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
