Simulink 库中的版本控制模型
我有一个自定义的 simulink 库,其中包含许多模型。该计划是对所有单独的模型进行源头版本控制。
我是否可以将我的库文件链接到库中包含的块,以便库自动更新各个块。
谢谢 托马斯
I have a custom simulink library which contains many models. The plan is for all individual models to be version controlled at the source.
Is it possible for me to link my library file to the blocks contained within the library so that the library automatically updates with the individual blocks.
Thanks
Thomas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并不真地。您的版本控制系统与 MATLAB/Simulink 完全分离。最简单的选择是使用
system
命令强制更新设置脚本中的工作副本。Not really. Your version control system is completely separate from MATLAB/Simulink. The simplest option would be to force an update to your working copy in the set-up scripts using the
system
command.