【问题标题】:How to install a compiler on Windows? (For a Matlab program)如何在 Windows 上安装编译器? (对于 Matlab 程序)
【发布时间】:2011-05-02 19:34:58
【问题描述】:

我已经下载了这段代码;

http://www.cs.sfu.ca/%7Emori/research/superpixels/superpixels64.tar.gz

在自述文件中,它说:

  • 在 yu_imncut 目录中的 *.c 上运行 mex -largeArrayDims 64 位架构需要 -largeArrayDims(感谢 Richard Lowe 为 64 位 MATLAB 提供修复)
  • 从以下位置获取 mfm-pb 边界检测器代码 http://www.cs.berkeley.edu/projects/vision/grouping/segbench/
  • 更改 sp_demo.m 和 pbWrapper.m 中的路径名
  • 获得快速处理器和大量 RAM
  • 运行 sp_demo.m

我试图做 mex -.. 之一,但它告诉我我没有任何编译器。我怎样才能解决这个问题?你能帮我解决这个问题吗?我使用的是 64 位 Windows 7

【问题讨论】:

    标签: matlab matlab-compiler


    【解决方案1】:

    据我所知,Matlab 不支持 GCC for Windows。 Visual Studio Express Editions 可以工作,但 2010 可能需要一个取决于您正在运行的 Matlab 版本的补丁 (http://www.mathworks.com/support/compilers/R2011a/win32.html)。此页面列出了所有支持的 Matlab 编译器。

    【讨论】:

    【解决方案2】:

    这里是 GCC for windows 的链接 http://gcc.gnu.org/install/specific.html#windows

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-08-26
    • 2010-12-15
    • 2018-10-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多