MATLAB 独立可执行文件

发布于 2024-10-15 12:47:43 字数 274 浏览 0 评论 0原文

我想知道为 MATLAB 代码创建独立 exe 的最简单方法。我没有 MATLAB 编译器。 (Mathworks 要求您购买许可证)。

MATLAB 是我所知道的唯一编程语言。分步说明(特别是对于非 MATLAB 内容)将不胜感激。

版本: MATLAB 版本 7.10.0.499 (R2010a) 操作系统:Microsoft Windows 7 版本 6.1(内部版本 7600) Java VM 版本:Java 1.6.0_12-b04,Sun Microsystems Inc. Java

I would like to know the easiest way to create a stand alone exe for MATLAB code. I do not have the MATLAB compiler. (Mathworks asks you to buy a license).

MATLAB is the only programming language I know. Step by step instructions (especially for non-MATLAB stuff) would be appreciated.

ver:
MATLAB Version 7.10.0.499 (R2010a)
Operating System: Microsoft Windows 7 Version 6.1 (Build 7600)
Java VM Version: Java 1.6.0_12-b04 with Sun Microsystems Inc. Java

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绮筵 2024-10-22 12:47:43

如果是纯MATLAB代码,你可以尝试我在programmers.SE上提出的方法(此处):

“您可以使用免费的 scilab 到 C 转换器。
该过程是将

  • 您的代码从 Matlab 转换为
    Scilab 与 M2SCI
    工具
  • 使用将 Scilab 代码转换为 C
    "Scilab 2
    C"
  • 交叉测试代码,
  • 使用
    分析器来搜索瓶颈
    需要人眼。

理想情况下,在此过程中不需要 Scilab 知识,并且很容易花一些时间尝试这个解决方案(实际上,它可能不那么简单......)

注意:我没有尝试这个,但这是我自己设想的一个解决方案类似的原因。”

否则正如 gnovice 所指出的,MATLAB 编译器是强制性的。

If it's pure MATLAB code, you can try the method that I proposed on programmers.SE (here) :

"You can use the free scilab to C converter.
The procedure would be

  • Convert your code from Matlab to
    Scilab with M2SCI
    tools
    ,
  • Convert the Scilab code to C using
    "Scilab 2
    C"
    ,
  • Cross test the codes,
  • Use a
    profiler to search bottlenecks that
    need a human eye.

Ideally no knowledge of Scilab is needed in the process and it's easy enough to take some time try this solution (in practice, it's maybe not as simple ...)

Note : I didn't try this but it's a solution I envisage myself for similar reasons."

Otherwise as noted by gnovice, the MATLAB compiler is mandatory.

So尛奶瓶 2024-10-22 12:47:43

我想我会得到编译器......

Guess I'll just get the compiler...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文