Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在实时研讨会中选择目标后单击构建按钮时,我需要调用 m 脚本。谁能建议,如何做到这一点?我还必须在这个 m 脚本中传递 simulink 模型的名称。有没有提取当前simulink模型名称的功能?
提前感谢您的帮助。
这通常使用 RTW Hooks 来实现。要查看该过程的描述,请选择执行以下操作后出现的第一个链接:
docsearch('使用 STF_make_rtw_hook 文件自定义构建过程')
Use bdroot or gcs to get the name of the Simulink model. Not sure about calling a MATLAB script as part of the build.
bdroot
gcs