What ways of file or source or version control are there for managing work on models in MATLAB, Simulink, and Stateflow?

1 view (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
MATLAB, Simulink, and Stateflow do not perform source control functions, but only provide an interface to your own source control system. This means, for example, that you can open a file in the MATLAB Editor and modify it without checking it out. However, the file will remain read-only so that you cannot accidentally overwrite the source control version of the file.
The Source Control Interface in MATLAB 6.5 (R13) works with any source control system that conforms to the Microsoft Common Source Control standard.
MATLAB 6.1 (R12.1) and earlier versions support the following four popular source control systems as well as a custom option:
·ClearCase from Rational Software
·PVCS from Merant
·RCS
·Visual SourceSafe from Microsoft
·Custom option - Allows you to build your own interface if you use a different source control system
For more information, please see the Source Control part in the MATLAB documentation by typing the following command at the MATLAB prompt:
web([docroot '/techdoc/matlab_env/source_c.html'])

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!