Clear Filters
Clear Filters

How can I use VS2013 compiler with matlab 2015b?

3 views (last 30 days)
hedva
hedva on 27 Apr 2017
Commented: Jan on 30 Apr 2017
My matlab cant use VS2013,but when I download matconvnet with mingw compiler I receive many errors that I cant understand like this.
  2 Comments
Jan
Jan on 27 Apr 2017
@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 on 27 Apr 2017
Sorry,I'm new and I promise never again.Thank you for your help!

Sign in to comment.

Answers (1)

Jan
Jan on 27 Apr 2017
Edited: Jan on 27 Apr 2017
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 Comments
hedva
hedva on 29 Apr 2017
Hey,mex can find my VS now,but it still uses mingw while I have chosen VS as compiler.Why???
Jan
Jan on 30 Apr 2017
@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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!