필터 지우기
필터 지우기

How can I use VS2013 compiler with matlab 2015b?

조회 수: 3 (최근 30일)
hedva
hedva 2017년 4월 27일
댓글: Jan 2017년 4월 30일
My matlab cant use VS2013,but when I download matconvnet with mingw compiler I receive many errors that I cant understand like this.
  댓글 수: 2
Jan
Jan 2017년 4월 27일
@hedva: Please do not post the message as screenshot, because this is hard to read. Do not post multiple question about one problem, because this confuses the persons, who want to help you.
hedva
hedva 2017년 4월 27일
Sorry,I'm new and I promise never again.Thank you for your help!

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

답변 (1개)

Jan
Jan 2017년 4월 27일
편집: Jan 2017년 4월 27일
According to Supported Compilers 2015b your Matlab does work with MSVC 2013 professional. As I have explained in your other thread about this problem, you can install the free MSVC compiler from the SDK7.1.
As written in your other thread about this problem already:
The documentation of matconvnet explains explicitly, that it is not compatible with the MinGW compiler. Therefore it is not surprising, that you get a bunch of errors. Install a recommended compiler instead.
  댓글 수: 4
hedva
hedva 2017년 4월 29일
Hey,mex can find my VS now,but it still uses mingw while I have chosen VS as compiler.Why???
Jan
Jan 2017년 4월 30일
@hedva: Your description does not allow to understand, what you are doing. What exactly does "mex can find my VS" mean? Did you run mex -setup successfully? What does "it uses mingw" mean exactly: What is "it"?
Please, hedva, stop posting multiple questions about the same problem, but provide useful information in your questions.

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

카테고리

Help CenterFile Exchange에서 MATLAB Support for MinGW-w64 C/C++ Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!