why i receive this error message Error using mex

2 次查看(过去 30 天)
I want to use xmltree, when i type this commande, mex -O xml_findstr.c, i found this error!
Error using mex
No supported compiler or SDK was found. For options, visit
http://www.mathworks.com/support/compilers/R2015a/win64.html.
How can i fix this issue?

回答(1 个)

Walter Roberson
Walter Roberson 2018-4-1
You can install a supported compiler. In that release, that was SDK 7.1, Visual Studio 2008 Professional, VS 2010 Professional, VS 2012 Professional, VS 2013 Professional, Intel XE 2011, or Intel XE 2013.
Note that none of the Visual Studio Community or Express editions were supported in R2015a: the only free compiler supported for 64 bits back then was SDK 7.1. That can be a bit of a problem if you are using Windows 8.1 or Windows 10.
  2 个评论
Walter Roberson
Walter Roberson 2018-4-1
For windows 8.0 you might need to uninstall .NET in order to be able to install SDK 7.1, but you can install .NET again later.
For Windows 8.1, I am not certain if you can uninstall the interfering version of .NET.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB Compiler SDK 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by