How can I use VS2013 compiler with matlab 2015b?

3 次查看(过去 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!