按照大家的方法进行了系统配置,下载安装了SDK7.1,可运行mex setup之后还是一直弹出No supported SDK or compiler was found on this computer.

Welcome to mex -setup.  This utility will help you set up

a default compiler.  For a list of supported compilers, see

http://www.mathworks.com/support/compilers/R2012b/win64.html

Please choose your compiler for building MEX-files:

Would you like mex to locate installed compilers [y]/n? y

No supported SDK or compiler was found on this computer.

For a list of supported compilers, see

http://www.mathworks.com/support/compilers/R2012b/win64.html

Error using mex (line 206)

Unable to complete successfully.

>> mex -setup

Welcome to mex -setup.  This utility will help you set up

a default compiler.  For a list of supported compilers, see

http://www.mathworks.com/support/compilers/R2012b/win64.html

Please choose your compiler for building MEX-files:

Would you like mex to locate installed compilers [y]/n? n

Select a compiler:

[1] Intel C++ 12.0 (with Microsoft Software Development Kit (SDK) linker)

[2] Intel C++ 12.0 (with Microsoft Visual C++ 2008 SP1 linker)

[3] Intel C++ 12.0 (with Microsoft Visual C++ 2010 linker)

[4] Intel C++ 11.1 (with Microsoft Visual C++ 2008 SP1 linker)

[5] Intel Visual Fortran 12 (with Microsoft Software Development Kit (SDK) linker)

[6] Intel Visual Fortran 12.0 (with Microsoft Visual C++ 2008 SP1 linker)

[7] Intel Visual Fortran 12.0 (with Microsoft Visual C++ 2008 Shell linker)

[8] Intel Visual Fortran 12.0 (with Microsoft Visual C++ 2010 linker)

[9] Intel Visual Fortran 11.1 (with Microsoft Visual C++ 2008 SP1 linker)

[10] Intel Visual Fortran 11.1 (with Microsoft Visual C++ 2008 Shell linker)

[11] Microsoft Software Development Kit (SDK) 7.1

[12] Microsoft Visual C++ 2005 SP1

[13] Microsoft Visual C++ 2008 SP1

[14] Microsoft Visual C++ 2010

[0] None

Compiler: 14

Warning: The default location for Microsoft Visual C++ 2010 compiler is:

"C:\Program Files (x86)\Microsoft Visual Studio 10.0"

but either that directory does not exist or the configuration

is invalid.

Use C:\Program Files (x86)\Microsoft Visual Studio 10.0 anyway [y]/n? n

Please enter the location of your compiler: [C:\Program Files (x86)\Microsoft Visual Studio 10.0] [C:\Program Files\Microsoft SDKs\Windows\v7.1]

Please verify your choices:

Compiler: Microsoft Visual C++ 2010

Location: [C:\Program Files\Microsoft SDKs\Windows\v7.1]

Are these correct [y]/n? y

*****************************************************************************

Error: Could not find the 64-bit compiler.  This may indicate that the

"X64 Compilers and Tools" or the Microsoft Windows Software

Development Kit (SDK) is not installed.  To build 64-bit MEX-files

Microsoft Visual C++ 2010 requires that these two packages are

installed properly.

*****************************************************************************

Error using mex (line 206)

Unable to complete successfully.

>>

这是运行后的结果,求救于大家,琢磨好久了,一直没解决。谢谢大伙

matlab怎么安装compiler,关于MATLAB中compiler配置问题相关推荐

  1. matlab编译器安装在哪里,MATLAB的m文件编辑器在哪里?

    注意最新版的matlab,用右击.m文件打开然后查找文件关联到meditor.exe,你是找不到matlab安装程序下的编辑器程序的,而只能找到matlab.exe之类的无效关联.所以不如索性用hel ...

  2. Ubuntu下Matlab在线安装

    由于学校下载的MATLAB安装文件(三合一版本)没有.iso文件,最后只能选择在线安装. 第一部分为安装说明,第二部分为启动设置,第三部分为安装三合一版本失败的展示.如第三部分有尝试成功的欢迎留言. ...

  3. 经验模式分解(EMD)的MATLAB工具箱安装详解

    经验模式分解(EMD)的MATLAB工具箱安装详解 MATLAB工具箱安装 时频分析工具箱 安装EMD工具箱 代码检验是否安装成功 MATLAB工具箱安装 首先,本文参考CSDN这篇文章https:/ ...

  4. matlab中安装libsvm时No supported compiler or SDK was found问题

    1. 安装libsvm时No supported compiler or SDK was found问题解决方法 参照帖子23楼解决方法:http://www.ilovematlab.cn/threa ...

  5. matlab compiler 与matlab coder 区别,MATLAB编译器与MATLAB编码器

    MATLAB编译器将您的MATLAB代码(保留为MATLAB .m代码)进行encryption和归档,并将其打包为一个精简的可执行文件(.exe或.dll)包装器. 这是随MATLAB编译器运行时( ...

  6. matlab yalmip安装教程,如何在matlab路径中安装yalmip Matlab R2014a添加yalmip图文教程

    yalmip是什么?可以说,yalmip是一位"集大成者",它不仅自己包含基本的线性规划求解算法,比如linprog(线性规划).bintprog(二值线性规划).bnb(分支界定 ...

  7. libsvm3.22——在matlab(32位和64位)中的安装

    一.libsvm官方网址 http://www.csie.ntu.edu.tw/~cjlin/libsvm/ 使用入门阅读文档:<A practical guide to SVM classif ...

  8. mac下cvx中安装SCS(matlab)

    环境 mac matlabR2020a 安装CVX http://cvxr.com/cvx/beta/ 一定要下载3.0及以上版本,2.X的版本没法结合SCS 下载SCS git clone --re ...

  9. matlab toolbox 安装,matlab中robot toolbox 下载安装

    先是工具包,进robot toolbox官网  http://petercorke.com/wordpress/toolboxes/robotics-toolbox#Downloading_the_T ...

  10. 台湾大学林教授libsvm在matlab的安装

    台湾大学林教授libsvm在matlab的安装 下载libsvm文件 将整个libsvm文件复制到matlab的toolbox中 在matlab中设置路径 运行与纠错(mex -setup) 参考: ...

最新文章

  1. python多变量非线性拟合_python实现多变量线性回归(Linear Regression with Multiple Variables)...
  2. Deep Web 爬虫体系结构
  3. C语言试题八十三之输出左下三角形九九乘法表
  4. C++ class实现邻接矩阵存储的图(完整代码)
  5. LeetCode MySQL 178. 分数排名(dense_rank连续排名)
  6. mysql炸包_炸裂!MySQL 82 张图带你飞
  7. [每天一个知识点]31-乱七八糟-如何判断预言有效
  8. OpenCV-Canny边缘检测
  9. php 如何清空数组_PHP从数组中删除元素的四种方法实例
  10. linux unzip命令
  11. 如何在Win10中运行Win7小游戏 扫雷,蜘蛛纸牌,红心大战,纸牌,空当接龙?
  12. 用ajax实现图片上传 帮你简单快速学会使用
  13. MYSQL常见命令-Java学习之数据库学习
  14. css之3D旋转讲解
  15. 使用IDEA创建一个Solidity项目
  16. 【新知实验室】手把手实现腾讯云音视频应用
  17. 剩余运算符和展开运算符
  18. [UE4]设置和获取GameInstance的方式:SetGameInstance,GetGameInstance
  19. 35岁,还学编程是不是很难
  20. 指定SpringBoot内嵌Tomcat的版本,修复(CVE-2021-42340)漏洞

热门文章

  1. 变量定义和声明的区别~~~概念上千万不要栽跟头!!!
  2. 机器人 工具坐标系的标定
  3. 学习笔记(59):Python实战编程-Graphics
  4. java安全权限配置_使用Spring安全表达式控制系统功能访问权限问题
  5. 期刊论文格式模板 电子版_期刊论文的框架结构
  6. halcon/c++接口基础 之 halcon初认识
  7. linux实现shell,linux
  8. Kali Linux 下渗透测试 | 3389 批量爆破神器 | hydra | 内网渗透测试
  9. Lua学习教程之 可变參数数据打包与解包
  10. 大话设计模式笔记 享元模式