Matlab编译运行库

发布于 2024-07-21 11:36:43 字数 283 浏览 12 评论 0原文

我已经在 Matlab 中的 m 文件脚本上开发了代码,该代码与测量计算 USB-DAQ 模块进行通信,我对此非常满意。 问题是我不想为运行该代码的计算机购买另一个许可证。 我研究过 Matlab 编译器运行时工具,它声称我可以部署我构建的 mcc可执行文件免版税。 这是否意味着我可以在运行最终产品的主机上安装 MCRInstaller(从安装 Matlab 的计算机复制)?

I have developed code on a m-file script in Matlab that communicates with a Measurement Computing USB-DAQ module, and I'm quite happy with that. The problem is that I don't want to purchase another license for the computer which is running the code. I have looked into Matlab Compiler Runtime tools, and it claims that I can deploy my mcc built executables to be royalty-free. Does that mean I can install the MCRInstaller (copied from the computer in which the Matlab is installed) on the host computer running the final product?

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

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

发布评论

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

评论(2

叹梦 2024-07-28 11:36:43

是的。 您在将运行 Matlab 编译器生成的可执行文件的主机上安装 Matlab 编译器运行时 (MCR)。

Yes. You install the Matlab Compiler Runtime (MCR) on the host computer that will be running the executable produced by the Matlab compiler.

行至春深 2024-07-28 11:36:43

是的,您可以安装 MCR 并使用部署工具轻松创建包含您需要的所有文件的软件包。

Yes, you can install MCR and using the Deployment Tool it's easy to create a software package with all the files you need inside.

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