<bdo id='zFCCc'></bdo><ul id='zFCCc'></ul>
    <tfoot id='zFCCc'></tfoot>
  1. <small id='zFCCc'></small><noframes id='zFCCc'>

    1. <legend id='zFCCc'><style id='zFCCc'><dir id='zFCCc'><q id='zFCCc'></q></dir></style></legend>
      <i id='zFCCc'><tr id='zFCCc'><dt id='zFCCc'><q id='zFCCc'><span id='zFCCc'><b id='zFCCc'><form id='zFCCc'><ins id='zFCCc'></ins><ul id='zFCCc'></ul><sub id='zFCCc'></sub></form><legend id='zFCCc'></legend><bdo id='zFCCc'><pre id='zFCCc'><center id='zFCCc'></center></pre></bdo></b><th id='zFCCc'></th></span></q></dt></tr></i><div id='zFCCc'><tfoot id='zFCCc'></tfoot><dl id='zFCCc'><fieldset id='zFCCc'></fieldset></dl></div>

      mex 与 MATLAB2013a 无法识别的开关:-o

      时间:2023-07-02

        <tbody id='dlA6T'></tbody>
      1. <legend id='dlA6T'><style id='dlA6T'><dir id='dlA6T'><q id='dlA6T'></q></dir></style></legend>
      2. <small id='dlA6T'></small><noframes id='dlA6T'>

        • <bdo id='dlA6T'></bdo><ul id='dlA6T'></ul>

          <i id='dlA6T'><tr id='dlA6T'><dt id='dlA6T'><q id='dlA6T'><span id='dlA6T'><b id='dlA6T'><form id='dlA6T'><ins id='dlA6T'></ins><ul id='dlA6T'></ul><sub id='dlA6T'></sub></form><legend id='dlA6T'></legend><bdo id='dlA6T'><pre id='dlA6T'><center id='dlA6T'></center></pre></bdo></b><th id='dlA6T'></th></span></q></dt></tr></i><div id='dlA6T'><tfoot id='dlA6T'></tfoot><dl id='dlA6T'><fieldset id='dlA6T'></fieldset></dl></div>

            <tfoot id='dlA6T'></tfoot>
              1. 本文介绍了mex 与 MATLAB2013a 无法识别的开关:-o的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在尝试运行一个使用 mex 编译一些 c++ 代码的代码.我已经使用 Microsoft Visual C++ 2010 设置了 mex.但是当我执行该行

                I am trying to run a code which compiles some c++ codes using mex. I have set up mex with Microsoft Visual C++ 2010. But when I execute the line

                mex -O fconv.cc -o fconv

                mex -O fconv.cc -o fconv

                我收到错误

                compile
                    Usage: 
                        MEX [option1 ... optionN] sourcefile1 [... sourcefileN] 
                            [objectfile1 ... objectfileN] [libraryfile1 ... libraryfileN] 
                
                    Use the -help option for more information, or consult the MATLAB API Guide. 
                
                
                
                
                C:PROGRA~1MATLABR2011ABINMEX.PL: Error: Unrecognized switch: -o. 
                

                我用谷歌搜索了很多,但找不到任何有用的东西.如果有人能在这里帮助我,那就太好了.我对使用 mex 的了解非常有限.

                I have googled a lot but couldn't find anything of use. It would be great if you someone could help me out here. I have very limited knowledge of using mex.

                推荐答案

                来自 mex 的 R2013a 文档(和 当前版本),没有-o选项,但是有-output:

                From the R2013a docs for mex (and current version), there is no -o option, but there is -output:

                -输出结果名称创建名为 resultname 的二进制 MEX 文件.自动附加适当的 MEX 文件扩展名.覆盖默认的 MEX 文件命名机制.

                -output resultname Create binary MEX-file named resultname. Automatically appends the appropriate MEX-file extension. Overrides the default MEX-file naming mechanism.

                顺便说一句,除非您使用 -g,否则默认情况下启用大 O 选项 (-O).

                BTW, the big O option (-O) is on by default unless you use -g.

                请记住,mex 不是编译器,而是编译器的前端.它的语法与您可能用于编译器的语法大不相同.

                Keep in mind that mex is not a compiler, but a frontend to the compiler. It has very different syntax from what you might be used to for a compiler.

                这篇关于mex 与 MATLAB2013a 无法识别的开关:-o的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:Visual C++ 中 Windows 中的基本 NTP 客户端 下一篇:如何在代码中正确使用 %USERPROFILE%?

                相关文章

              2. <tfoot id='i6bhg'></tfoot>
              3. <legend id='i6bhg'><style id='i6bhg'><dir id='i6bhg'><q id='i6bhg'></q></dir></style></legend>

                1. <small id='i6bhg'></small><noframes id='i6bhg'>

                    <bdo id='i6bhg'></bdo><ul id='i6bhg'></ul>

                    <i id='i6bhg'><tr id='i6bhg'><dt id='i6bhg'><q id='i6bhg'><span id='i6bhg'><b id='i6bhg'><form id='i6bhg'><ins id='i6bhg'></ins><ul id='i6bhg'></ul><sub id='i6bhg'></sub></form><legend id='i6bhg'></legend><bdo id='i6bhg'><pre id='i6bhg'><center id='i6bhg'></center></pre></bdo></b><th id='i6bhg'></th></span></q></dt></tr></i><div id='i6bhg'><tfoot id='i6bhg'></tfoot><dl id='i6bhg'><fieldset id='i6bhg'></fieldset></dl></div>