如何编译使用Simulink模型的GUI?

How to compile GUI who uses Simulink model?

我有一个 GUI,我在其中引入了用于在 Simulink 模型中进行评估的参数,现在我想将此应用程序编译为 .exe,GUI 调用调用模型的脚本和 returns 一些使用数据提供的操作模拟。 有什么方法可以构建该应用程序吗? 我将非常感谢您的帮助。

这可能对您有所帮助,但适用于 MATLAB 2020a 版本 https://de.mathworks.com/matlabcentral/answers/349376-creating-a-standalone-exe-of-an-m-file-that-calls-a-simulink-model

https://de.mathworks.com/help/slcompiler/ug/deploy-a-simulation-with-simulink-compiler.html