从 matlab 执行文件

发布于 2024-09-06 04:24:18 字数 48 浏览 4 评论 0原文

我在 Matlab 中有一个 simulink 模型。 如何从该模型构建执行文件?

I have a simulink model in Matlab.
how can I build excute file from that model?

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

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

发布评论

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

评论(3

℡Ms空城旧梦 2024-09-13 04:24:28

您将需要 Matlab 编译器 来执行此操作。它可能包含也可能不包含在您的 Matlab 安装中。该链接解释了如何操作和内容,并应提供使其正常工作所需的所有信息。我从来没有使用过它,所以我无法进一步帮助你。

You will need the Matlab compiler to do that. It may or may not be included in your Matlab install. The link explains the how and what and should provide all info you need to get it working. I've never used it, so I can't help you further.

回眸一笑 2024-09-13 04:24:26

如果您有 MATLAB 编译器工具箱,那么您只需在命令行中输入:

mcc -m yourmfilenamehere

If you have the MATLAB compiler toolbox, then all you have to type into the command line is:

mcc -m yourmfilenamehere

生寂 2024-09-13 04:24:24

MATLAB 编译器无济于事,您需要 Real-Time Workshop 从 Simulink 模型生成 C 代码。

The MATLAB compiler won't help, you need Real-Time Workshop to generate C code from a Simulink model.

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