Can I use Microsoft Visual Studio 2019 with MATLAB R2019a or R2018b?

42 次查看(过去 30 天)
Can I use Microsoft Visual Studio 2019 with MATLAB R2019a or R2018b?

采纳的回答

Walter Roberson
Walter Roberson 2019-4-4
You can use VS 2017 but not VS 2019 at this time.
  4 个评论
Walter Roberson
Walter Roberson 2019-5-21
You would need to contact Mathworks Sales to get information about forthcoming plans. Everything I know about future plans is under NDA (Non-Disclosure Agreement.)
Royi Avital
Royi Avital 2019-5-25
Usually you can do some manual tricks to add support. One needs to look for other posts in the forum to see how to do it.

请先登录,再进行评论。

更多回答(2 个)

Onur Bektas
Onur Bektas 2019-8-8
With Matlab 2019a Update 3 Visual Studio 2019 is officially supported.

Royi Avital
Royi Avital 2019-5-25
编辑:Royi Avital 2019-5-25
I'm not sure how the search for Compiler works for the mex command.
From 5 minutes research I did I came to the conclusion it works as following:
  • It goes through each xml file in C:\Program Files\MATLAB\R2018b\bin\win64\mexopts.
  • Each xml file define places to look and priority (In case you have more than 1).
  • The search goes by priority and set the compiler it finds with the highest priority among all those found.
Once it finds a compiler it creates an xml file named C:\Users\<UserName>\AppData\Roaming\MathWorks\MATLAB\R2018b\mex_C_win64.xml.
Now, in MATLAB R2018b and probably R2019a you have files searching for VS 2017 but not for 2019.
I took msvc2017.xml and msvcpp2017.xml renamed them to msvc2019.xml and msvcpp2019.xml. I edited their content for what I think would be right for Visual Studio 2019. Basically updating version number from 15.0 to 16.0.
I attached a zip file witho those to the answer.
I think if you copy them into C:\Program Files\MATLAB\R2018b\bin\win64\mexopts\ and run mex -v -setup it should work.
  4 个评论

请先登录,再进行评论。

类别

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