Matlab编译运行库
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。 您在将运行 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.
是的,您可以安装 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.