Best methods for creating custom component libraries and sharing them amongst mutliple users.

조회 수: 3 (최근 30일)
My organization has a number of individual Simulink component models that individuals have created to simulate a number of different components. We would like to build a universal component library housing all these components, allowing them to be shared and included in various larger modeling projects.
I'm particularly interested in any information related to version and access control. We've been using Git thus far. Are there better options available for this? Any insight from those who have assembled or worked with an organization-wide component library is appreciated. I don't have much experience in this area, so any insight into the options available and what I could be exploring is appreciated.

답변 (1개)

Benjamin Thompson
Benjamin Thompson 2022년 3월 14일
MATLAB supports GIT or SVN. You could use others but there is no MATLAB integration.
Usually a Simulink Project is the best way to connect what is being done in your repository to your own work locally, if you want to work in the MATLAB environment as much as possible.
Wikipedia has a general comparison article for different source control tools.

카테고리

Help CenterFile Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by