0

How do I add C compilers to MATLAB 7.9.0(R2009b)? I tried mex -setup to view the supported compilers, but I am getting this:

**>> mex -setup
Please choose your compiler for building external interface (MEX) files: 

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

Select a compiler: 

[0] None** 

If anyone knows the solution, please reply. Thanks in advance.

4

2 回答 2

0

如果您确定您使用的是受支持的编译器,请在询问您是否希望 mex 找到编译器时说不 (n)。如果您的编译器不在默认位置,请在下一个提示中使用默认位置说“否”。使用编译器输入文件夹的路径;确保在路径周围使用单引号。

于 2013-05-16T17:50:48.473 回答
0

这是 2009b 支持的编译器的链接。

http://www.mathworks.co.uk/support/compilers/R2009b/index.html

如果您在默认位置安装了其中一个,那么您发布的命令会找到它。

于 2012-11-01T11:12:37.673 回答