Continuous Software Development for Cross Functional Team with Matlab/Simulink

조회 수: 2 (최근 30일)
Vraj Modi
Vraj Modi 2023년 5월 12일
답변: Pratheek 2023년 6월 21일
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.

답변 (1개)

Pratheek
Pratheek 2023년 6월 21일
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!

카테고리

Help CenterFile Exchange에서 Source Control에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by