c++ compiler

조회 수: 11 (최근 30일)
Alex
Alex 2011년 3월 15일
I was informed on the 'Answers' forum yesterday that the 64 bit version of MATLAB does not ship with a c/c++ compiler. I am currently using msvc but would like to know if there are any other options for compiling a standalone application to create mat files. I am compiling through the MATLAB command: mex('-v', '-f', [matlabroot'\bin\win64\mexopts\msvc100engmatopts.bat'],'C:\...\MatFileCreate2.cpp');
I know that my engmatopts file would have to be changed to use another compiler, but is there another available anywhere?
Thanks

채택된 답변

Laura Proctor
Laura Proctor 2011년 3월 15일
You can reference the list of supported compilers for the current release of MATLAB:
The only supported compilers for 64-bit MATLAB on Windows using MATLAB Compiler are the Microsoft Visual C++ compilers.
  댓글 수: 1
Alex
Alex 2011년 3월 16일
I was afraid of that. Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by