Model Management Software

Hello Matlab community: Are any of you aware of configuration management software which can handle m-files and simulink models? We're looking for revision control in a central database that can be preserved for years (or decades). Thanks, Matt

 采纳的回答

Arnaud Miege
Arnaud Miege 2011-2-4

0 个投票

I have used subversion with Tortoise SVN quite successfully. I tend to perform the check-in/check-out actions outside of MATLAB and Simulink. I know other people have used CVS and Perforce as well.

1 个评论

In addition to Arnaud's comment, it is important to instruct your version control/configuration management software to treat ".mdl" files as binary. Although the ".mdl" files are technically text, some version control/configuration management systems will try to automatically merge text files to resolve merge conflicts and this doesn't work well with ".mdl" files.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by