using visual C++ compiler in matlab
조회 수: 8 (최근 30일)
이전 댓글 표시
hello
i installed two compilers in Matlab : LCC and Visual C++ 2008
i want to load a C++ header file in matlab but when i want to do this matlab uses LCC instead of
Visual C++ and gives me some warnings .
How can i say to Matlab that use visual c++ compiler instead of LCC??
댓글 수: 0
답변 (1개)
Azzi Abdelmalek
2012년 8월 10일
mex -setup
mbuild -setup
댓글 수: 3
Walter Roberson
2012년 8월 10일
The .h file that you supply must be a C header file, not a C++ header file.
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!