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

1 view (last 30 days)
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.

Answers (1)

Benjamin Thompson
Benjamin Thompson on 14 Mar 2022
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.

Categories

Find more on Create Large-Scale Model Components in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!