Borrar filtros
Borrar filtros

Continuous Software Development for Cross Functional Team with Matlab/Simulink

3 visualizaciones (últimos 30 días)
We are a team of 12People working on Production Software and are running into a continuous integration trouble by stepping over each other. Is there a feature in Matlab where a user can lock a certain model when they are makign changes to it so that no other person can make modifications. Once they are done they can check it in and the other member could pick it up. Something that a Version control might do but baked into simulink shared between all the user on the network.

Respuestas (1)

Pratheek
Pratheek el 21 de Jun. de 2023
Hello Vraj,
You can use GIT for version control in Matlab and Simulink. For more information on how to use GIT follow this link:Use Git in MATLAB - MATLAB & Simulink (mathworks.com).
When multiple users modify the same file in separate working folders or branches, a conflict message arises during the commit process. To resolve the conflict, compare the differing changes, merge or overwrite them as needed, and mark the conflict as resolved. Finally, you can proceed to commit the file. Check out the Resolve Conflict section for more info.
Hope this helps!

Categorías

Más información sobre Source Control Integration en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by