博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
matlab(R2010a)找不到vs2010的c++编译器
阅读量:5798 次
发布时间:2019-06-18

本文共 2257 字,大约阅读时间需要 7 分钟。

hot3.png

matlab(R2010a)找不到vs2010的c++编译器,网上有很多解决的办法,但是大部分都很复杂,并且不一定好用,这里是matlab官方给出的解决方法,非常好用,很简便。

 

How can I use Microsoft Visual C++ 2010 to create MEX files with MATLAB 7.10 (R2010a)?

Date Last Modified:  Friday, March 30, 2012

Solution ID:   1-D5W493
Product:  
Reported in Release:   R2010a
Platform:   Windows
Operating System:   Windows Any

Subject:

How can I use Microsoft Visual C++ 2010 to create MEX files with MATLAB 7.10 (R2010a)?

Problem Description:

I would like to use Visual C++ 2010 to create MEX files for use in MATLAB.

Solution:

The Microsoft Visual C++ 2010 compiler is not supported on the released version of MATLAB 7.10 (R2010a), but support can be added by installing a patch. To install the patch:

1. Download the patch attached to this Solution. The patch includes files needed to support these combinations of MATLAB and Visual C++ 2010:
• Visual C++ 2010 Professional and 64-bit MATLAB 7.10 (R2010a)
• Visual C++ 2010 Professional and 32-bit MATLAB 7.10 (R2010a)
• Visual C++ 2010 Express (Windows SDK 7.1 also required) and 64-bit MATLAB 7.10 (R2010a)
• Visual C++ 2010 Express and 32-bit MATLAB 7.10 (R2010a)
2. Launch MATLAB 7.10 (R2010a). If running on Windows Vista or Windows 7 run as administrator by right-clicking on the MATLAB shortcut and choosing "Run As Administrator". This permits modification of files in the MATLAB installation path.
3. Confirm that you are running MATLAB 7.10 (R2010a). You can check this using the About box available at Help->About MATLAB.
4. Unzip the contents of the patch into your MATLAB installation using the following command on the MATLAB command window.
unzip( path_to_zip_file, matlabroot);
This command will automatically unzipped the files in the correct folder and you do not have to worry about placing them in correct folder.
5. Set up MEX to use Visual C++ 2010 with the command:
mex –setup
Visual C++ 2010 should now be among the listed options.
Note that this patch will only work with MATLAB 7.10 (R2010a). Using this patch with any version of MATLAB is not supported.
Other MathWorks products such as Real-Time Workshop do not support Visual C++ 2010.
Refer to  for up-to-date information concerning supported compilers.

Related Documents/Files:

转载于:https://my.oschina.net/u/923087/blog/279381

你可能感兴趣的文章
浅谈氛围营销
查看>>
Linux/Unix 命令ls -l显示文件信息
查看>>
Shell下 echo 更改字体颜色
查看>>
熟练的Java程序员应该掌握哪些技术?
查看>>
NFS服务器(用的不多)
查看>>
使用 Emmet 生成 HTML 的语法详解(自动生成标签)
查看>>
在TTF字体中提取想要的文字,让字体文件变迷你
查看>>
设计模式---适配器模式
查看>>
Windows下配置安装Git(四)
查看>>
树莓派安装 php 和 nginx
查看>>
[案例]如何异构一个数十亿级别的数据库
查看>>
python 学习
查看>>
Centos5.5 英文系统如何支持中文网页和安装中文输入法
查看>>
server2008R2WSUS部署 安装第二台辅助WSUS
查看>>
使用C语言编写Python扩展包
查看>>
java实现正三角形和到正三角形
查看>>
Unity实现绘制线断二-----用GL画矩形线框
查看>>
windows 安装tomcat 7
查看>>
mysql数据导入导出
查看>>
linux常用命令(1)
查看>>